diff --git a/schemas/manifest.v2.schema.json b/schemas/manifest.v2.schema.json index bb6f6b02..4831e0a0 100644 --- a/schemas/manifest.v2.schema.json +++ b/schemas/manifest.v2.schema.json @@ -142,6 +142,14 @@ } } }, + "antifeatures": { + "type": "object", + "required": [], + "additionalProperties": false, + "patternProperties": { + "^[a-zA-Z0-9_-]*$": {"$ref": "#/$defs/translated_string"} + } + }, "install": { "type": "object", "required": [],