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 6aa79c0 commit 2480edbCopy full SHA for 2480edb
tests/draft2020-12/additionalProperties.json
@@ -166,14 +166,14 @@
166
"propertyNames": {
167
"maxLength": 5
168
},
169
- "additionalProperties":{
+ "additionalProperties": {
170
"type": "number"
171
}
172
173
"tests": [
174
{
175
"description": "Valid against both keywords",
176
- "data": {"apple": 4},
+ "data": { "apple": 4 },
177
"valid": true
178
179
0 commit comments