pboettch / json-schema-validator

JSON schema validator for JSON for Modern C++
Other
466 stars 134 forks source link

Adds test for issue #218 #219

Closed nine closed 1 year ago

nine commented 1 year ago

Adds test to reproduce issue #218

nine commented 1 year ago

Discovered missing "required" array that caused wrong expectations on validation behavior. json-schema-validator works as expected!