summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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": {