Skip to content

Commit aa20f0b

Browse files
authored
Add "examples" to the draft-06 meta-schema
"examples" is described in the draft-06 spec, but is not defined in the meta-schema.
1 parent 5949d7d commit aa20f0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schema.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)