Skip to content

Commit 5d0c05f

Browse files
committed
Fix copy/paste error
1 parent 4922204 commit 5d0c05f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Diff for: tests/draft-next/unevaluatedProperties.json

+20
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,26 @@
743743
}
744744
}
745745
},
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+
"data": {
758+
"foo": "foo",
759+
"bar": "bar",
760+
"baz": "baz"
761+
},
762+
"valid": false
763+
}
764+
]
765+
},
746766
{
747767
"description": "unevaluatedProperties can't see inside cousins",
748768
"schema": {

0 commit comments

Comments
 (0)