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
The problem is, that the validator is happy although the required "foobar" key is missing.
Online tools (like https://www.jsonschemavalidator.net/) affirm that the instance doesn't satisfy the schema.
This is a minimum example to reproduce the issue, the real schema and instance are much larger.
Please let me know if this is a bug or if I'm missing something.
I use json-schema 2.2.0 with nlohmann-json 3.11.3 on g++ 14.2.1.
The text was updated successfully, but these errors were encountered:
Following validation is unexpectedly positive:
The problem is, that the validator is happy although the required "foobar" key is missing.
Online tools (like https://www.jsonschemavalidator.net/) affirm that the instance doesn't satisfy the schema.
This is a minimum example to reproduce the issue, the real schema and instance are much larger.
Please let me know if this is a bug or if I'm missing something.
I use
json-schema 2.2.0
withnlohmann-json 3.11.3
ong++ 14.2.1
.The text was updated successfully, but these errors were encountered: