pboettch / json-schema-validator

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

Cancel patch change for each non valid logical combination #231

Closed didier-brizet closed 10 months ago

didier-brizet commented 1 year ago

Copy JSON patch before the validation of the JSON instance against a sub-schema of a logical combination and revert patch changes if validation failed.

Fixes #229.