We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d265c6b commit fcef65aCopy full SHA for fcef65a
src/main/resources/draftv4/schema
@@ -28,12 +28,10 @@
28
"type": "object",
29
"properties": {
30
"id": {
31
- "type": "string",
32
- "format": "uri"
+ "type": "string"
33
},
34
"$schema": {
35
36
37
38
"title": {
39
"type": "string"
@@ -137,6 +135,7 @@
137
135
}
138
136
]
139
+ "format": { "type": "string" },
140
"allOf": { "$ref": "#/definitions/schemaArray" },
141
"anyOf": { "$ref": "#/definitions/schemaArray" },
142
"oneOf": { "$ref": "#/definitions/schemaArray" },
0 commit comments