diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json index 44171d34848..ead13b7a571 100644 --- a/www/docs/static/schema-pro.json +++ b/www/docs/static/schema-pro.json @@ -998,6 +998,9 @@ }, "type": { "type": "string" + }, + "version": { + "type": "string" } }, "additionalProperties": false, @@ -1346,6 +1349,9 @@ "bindir": { "type": "string" }, + "changelog": { + "type": "string" + }, "meta": { "type": "boolean" } @@ -1912,6 +1918,9 @@ "draft": { "type": "boolean" }, + "replace_existing_draft": { + "type": "boolean" + }, "disable": { "type": "boolean" },