Skip to content

Commit 4baff21

Browse files
committed
Add 'format' keyword to the draft 4 meta-schema
1 parent 9f18270 commit 4baff21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jsonschema/schemas/draft4.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@
123123
"default": false,
124124
"type": "boolean"
125125
},
126+
"format": {
127+
"type": "string"
128+
},
126129
"id": {
127130
"format": "uri",
128131
"type": "string"

0 commit comments

Comments
 (0)