Skip to content

Commit 6e4ab6d

Browse files
authored
Merge pull request #415 from robherring/draft6-schema-update
Update draft6 meta-schema from json-schema.org
2 parents 59b83f8 + 88883fb commit 6e4ab6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jsonschema/schemas/draft6.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
"type": "string"
5858
},
5959
"default": {},
60+
"examples": {
61+
"type": "array",
62+
"items": {}
63+
},
6064
"multipleOf": {
6165
"type": "number",
6266
"exclusiveMinimum": 0

0 commit comments

Comments
 (0)