diff --git a/schemas/manifest.v2.schema.json b/schemas/manifest.v2.schema.json index deaab194..698affa9 100644 --- a/schemas/manifest.v2.schema.json +++ b/schemas/manifest.v2.schema.json @@ -199,6 +199,20 @@ } } ] + }, + "pattern": { + "type": "object", + "required": [], + "additionalProperties": false, + "properties": { + "regexp": { + "type": "string", + "format": "regex" + }, + "error": { + "type": "string" + } + } } } }