From c97da08127aa0d391f73b98b3655a35fe027b572 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Sun, 6 Jan 2019 10:03:51 +0000 Subject: [PATCH] Add in the missing check that patternProperties are regexen. This seems to already appear in Draft 7. --- schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schema.json b/schema.json index 5656240b..bd3e763b 100644 --- a/schema.json +++ b/schema.json @@ -115,6 +115,7 @@ "patternProperties": { "type": "object", "additionalProperties": { "$ref": "#" }, + "propertyNames": { "format": "regex" }, "default": {} }, "dependencies": {