We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d265c6b commit 47f4680Copy full SHA for 47f4680
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" },
@@ -147,4 +146,4 @@
147
146
"exclusiveMinimum": [ "minimum" ]
148
149
"default": {}
150
-}
+}
0 commit comments