summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2019-02-10 12:47:12 -0500
committerJulian Berman <Julian@GrayVines.com>2019-02-10 12:47:12 -0500
commitbe0d0981a47ddd4ad76e5a05acaa4a3498154b3c (patch)
tree74dc3ac254ee18ad4cc1438620eff815f87933bc
parente109f7cbc19712bcc6ff76f374e48a35dca39195 (diff)
downloadjsonschema-be0d0981a47ddd4ad76e5a05acaa4a3498154b3c.tar.gz
Add propertyNames to Draft6 patternProperties, do not skip patternProperties test
-rw-r--r--jsonschema/schemas/draft6.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/jsonschema/schemas/draft6.json b/jsonschema/schemas/draft6.json
index 5656240..bd3e763 100644
--- a/jsonschema/schemas/draft6.json
+++ b/jsonschema/schemas/draft6.json
@@ -115,6 +115,7 @@
"patternProperties": {
"type": "object",
"additionalProperties": { "$ref": "#" },
+ "propertyNames": { "format": "regex" },
"default": {}
},
"dependencies": {