diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index 3a8acbe26..c7a20ab5d 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -1213,6 +1213,12 @@ }, "type": "array" }, + "provides": { + "items": { + "type": "string" + }, + "type": "array" + }, "contents": { "$ref": "#/$defs/Contents" }, @@ -1469,6 +1475,12 @@ }, "type": "array" }, + "provides": { + "items": { + "type": "string" + }, + "type": "array" + }, "contents": { "$ref": "#/$defs/Contents" },