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 c23c720 commit d40b3e6Copy full SHA for d40b3e6
tests/draft4/optional/future-keywords.json
@@ -336,14 +336,14 @@
336
"valid": true
337
},
338
{
339
- "description": "array without items matching schema is invalid",
+ "description": "array without items matching schema is valid",
340
"data": [2, 3, 4],
341
- "valid": false
+ "valid": true
342
343
344
- "description": "empty array is invalid",
+ "description": "empty array is valid",
345
"data": [],
346
347
348
349
"description": "not array is valid",
0 commit comments