Skip to content

Commit ab16b65

Browse files
authored
Update unevaluatedProperties.json
1 parent 41ec395 commit ab16b65

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

tests/draft2020-12/unevaluatedProperties.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,12 +526,20 @@
526526
},
527527
"tests": [
528528
{
529-
"description": "when if is true and has no unevaluated properties",
529+
"description": "when if is true and has unknown unevaluated properties",
530530
"data": {
531+
"foo": "then",
532+
"bar": "bar"
533+
},
534+
"valid": false
535+
},
536+
{
537+
"decscription": "when if is true and has no unevaluated properties",
538+
"data":{
531539
"foo": "then"
532540
},
533541
"valid": true
534-
},
542+
}
535543
{
536544
"description": "when if is true and has unevaluated properties",
537545
"data": {

0 commit comments

Comments
 (0)