diff --git a/schemas/common/core.json b/schemas/common/core.json index 1e10205..e898440 100644 --- a/schemas/common/core.json +++ b/schemas/common/core.json @@ -109,6 +109,11 @@ "type": "object", "minProperties": 1, "patternProperties": { + "^([a-z][a-z0-9]*)+(-[a-z0-9]+)*\\-ext$": { + "type": "object", + "minProperties": 1, + "allOf": [{ "$ref": "../common/properties.json" }] + }, "^extension-definition--[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$": { "allOf": [{ "$ref": "../common/extension.json" }] } @@ -148,4 +153,4 @@ "created", "modified" ] -} \ No newline at end of file +}