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 3e0139a commit 6aa79c0Copy full SHA for 6aa79c0
tests/draft2019-09/additionalProperties.json
@@ -160,14 +160,14 @@
160
"propertyNames": {
161
"maxLength": 5
162
},
163
- "additionalProperties":{
+ "additionalProperties": {
164
"type": "number"
165
}
166
167
"tests": [
168
{
169
"description": "Valid against both keywords",
170
- "data": {"apple": 4},
+ "data": { "apple": 4 },
171
"valid": true
172
173
0 commit comments