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 41ec395 commit ab16b65Copy full SHA for ab16b65
tests/draft2020-12/unevaluatedProperties.json
@@ -526,12 +526,20 @@
526
},
527
"tests": [
528
{
529
- "description": "when if is true and has no unevaluated properties",
+ "description": "when if is true and has unknown unevaluated properties",
530
"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":{
539
"foo": "then"
540
541
"valid": true
- },
542
+ }
543
544
"description": "when if is true and has unevaluated properties",
545
0 commit comments