You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@AgniveshChaubey Thanks for reporting. You understand correctly, however right now it only supports draft-07, and not 2019-09 or 2020-12, so it will be treated as an unknown additional keyword, which is allowed and valid for draft-07.
There is a notice at the top which says the version supported is draft-07.
It would be nice if additional unknown keywords caused a warning, but that requires some work, which I don't currently have time for.
I was reading #550 to understand the behavior of
unevaluatedProperties
and when testing the below exampleon jsonschema.dev, I found that the validation result does not match what is expected by the example.
for this schema
the instance
{ "headlights": {}, "pontoons": {} }
should fail, but it is unexpectedly passing. (check this)The text was updated successfully, but these errors were encountered: