We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a939163 commit 76f32d1Copy full SHA for 76f32d1
schema.json
@@ -7,7 +7,7 @@
7
"https://json-schema.org/draft/2019-09/vocab/unevaluated": true,
8
"https://json-schema.org/draft/2019-09/vocab/validation": true,
9
"https://json-schema.org/draft/2019-09/vocab/meta-data": true,
10
- "https://json-schema.org/draft/2019-09/vocab/format": false,
+ "https://json-schema.org/draft/2019-09/meta/format-annotation": true,
11
"https://json-schema.org/draft/2019-09/vocab/content": true
12
},
13
"$dynamicAnchor": "meta",
@@ -18,7 +18,7 @@
18
{"$ref": "meta/applicator"},
19
{"$ref": "meta/validation"},
20
{"$ref": "meta/meta-data"},
21
- {"$ref": "meta/format"},
+ {"$ref": "meta/format-annotation"},
22
{"$ref": "meta/content"}
23
],
24
"type": ["object", "boolean"],
0 commit comments