diff --git a/tests/draft2020-12/unevaluatedProperties.json b/tests/draft2020-12/unevaluatedProperties.json index ae29c9eb..365d6d8b 100644 --- a/tests/draft2020-12/unevaluatedProperties.json +++ b/tests/draft2020-12/unevaluatedProperties.json @@ -526,13 +526,20 @@ }, "tests": [ { - "description": "when if is true and has no unevaluated properties", + "description": "when if is true and has unknown unevaluated properties", "data": { "foo": "then", "bar": "bar" }, "valid": false }, + { + "description": "when if is true and has no unevaluated properties", + "data":{ + "foo": "then" + }, + "valid": true + }, { "description": "when if is true and has unevaluated properties", "data": {