We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4922204 commit 5d0c05fCopy full SHA for 5d0c05f
tests/draft-next/unevaluatedProperties.json
@@ -743,6 +743,26 @@
743
}
744
745
},
746
+ "tests": [
747
+ {
748
+ "description": "with no unevaluated properties",
749
+ "data": {
750
+ "foo": "foo",
751
+ "bar": "bar"
752
+ },
753
+ "valid": true
754
755
756
+ "description": "with unevaluated properties",
757
758
759
+ "bar": "bar",
760
+ "baz": "baz"
761
762
+ "valid": false
763
+ }
764
+ ]
765
766
{
767
"description": "unevaluatedProperties can't see inside cousins",
768
"schema": {
0 commit comments