diff --git a/schema.json b/schema.json index 19327fa07..1878a78fe 100644 --- a/schema.json +++ b/schema.json @@ -102,6 +102,18 @@ "default": false, "type": "boolean" }, + "commitish": { + "anyOf": [ + { + "type": "string", + "enum": [""] + }, + { + "default": "", + "type": "string" + } + ] + }, "replacers": { "default": [], "type": "array",