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 da22f21 commit a1fa9cfCopy full SHA for a1fa9cf
jsonschema/schemas/draft3.json
@@ -15,7 +15,7 @@
15
16
"properties": {
17
"type": "object",
18
- "additionalProperties": {"type": "object", "$ref": "#"},
+ "additionalProperties" : {"$ref" : "#"},
19
"default": {}
20
},
21
@@ -47,7 +47,7 @@
47
48
49
"dependencies": {
50
- "type": ["string", "array", "object"],
+ "type" : "object",
51
"additionalProperties": {
52
"type": ["string", "array", {"$ref": "#"}],
53
"items": {
@@ -157,11 +157,6 @@
157
"format": "uri"
158
159
160
- "maxDecimal": {
161
- "minimum": 0,
162
- "type": "number"
163
- },
164
-
165
"$schema": {
166
"type": "string",
167
@@ -171,6 +166,7 @@
171
172
"exclusiveMinimum": "minimum",
173
168
"exclusiveMaximum": "maximum"
174
- }
169
+ },
175
170
+ "default" : {}
176
}
0 commit comments