diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index b979513be..6917bcc81 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -2159,10 +2159,24 @@ "type": "string" }, "disable": { - "type": "boolean" + "oneOf": [ + { + "type": "string" + }, + { + "type": "boolean" + } + ] }, "skip_upload": { - "type": "boolean" + "oneOf": [ + { + "type": "string" + }, + { + "type": "boolean" + } + ] }, "prerelease": { "type": "string"