diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json index 9b09a75f9a7..69622fe1b77 100644 --- a/www/docs/static/schema-pro.json +++ b/www/docs/static/schema-pro.json @@ -1314,6 +1314,12 @@ }, "type": "array" }, + "provides": { + "items": { + "type": "string" + }, + "type": "array" + }, "contents": { "$ref": "#/$defs/Contents" }, @@ -1570,6 +1576,12 @@ }, "type": "array" }, + "provides": { + "items": { + "type": "string" + }, + "type": "array" + }, "contents": { "$ref": "#/$defs/Contents" }, @@ -1945,6 +1957,9 @@ "disable": { "type": "boolean" }, + "skip_upload": { + "type": "boolean" + }, "prerelease": { "type": "string" },