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 fe3eda2 commit 91ecacfCopy full SHA for 91ecacf
tests/draft-next/unevaluatedProperties.json
@@ -1392,5 +1392,20 @@
1392
"valid": true
1393
}
1394
]
1395
+ },
1396
+ {
1397
+ "description": "unevaluatedProperties with null valued instance properties",
1398
+ "schema": {
1399
+ "unevaluatedProperties": {
1400
+ "type": "null"
1401
+ }
1402
1403
+ "tests": [
1404
1405
+ "description": "allows null valued properties",
1406
+ "data": {"foo": null},
1407
+ "valid": true
1408
1409
+ ]
1410
1411
0 commit comments