diff --git a/www/docs/static/latest b/www/docs/static/latest index f2bc310d..ee14c9d6 100644 --- a/www/docs/static/latest +++ b/www/docs/static/latest @@ -1 +1 @@ -v2.32.0 +v2.33.0 diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index 668be79f..e2f37713 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -297,10 +297,8 @@ "default": false }, "overrides": { - "patternProperties": { - ".*": { - "$ref": "#/$defs/Overridables" - } + "additionalProperties": { + "$ref": "#/$defs/Overridables" }, "type": "object", "title": "overrides", @@ -410,13 +408,18 @@ "default": "gzip" }, "fields": { - "patternProperties": { - ".*": { - "type": "string" - } + "additionalProperties": { + "type": "string" }, "type": "object", "title": "fields" + }, + "predepends": { + "items": { + "type": "string" + }, + "type": "array", + "title": "predepends directive" } }, "additionalProperties": false,