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 3d3bdf4 commit e3c007dCopy full SHA for e3c007d
tests/draft2019-09/unevaluatedProperties.json
@@ -1343,5 +1343,20 @@
1343
"valid": true
1344
}
1345
]
1346
+ },
1347
+ {
1348
+ "description": "unevaluatedProperties should properly handle null data",
1349
+ "schema": {
1350
+ "unevaluatedProperties": {
1351
+ "type": null
1352
+ }
1353
1354
+ "tests": [
1355
1356
+ "description": "null properties allowed",
1357
+ "data": {"foo": null},
1358
+ "valid": true
1359
1360
+ ]
1361
1362
0 commit comments