pboettch / json-schema-validator

JSON schema validator for JSON for Modern C++
Other
463 stars 133 forks source link

Added json-patch validation 'remove' info #299

Open Oplkill opened 6 months ago

Oplkill commented 6 months ago

In json validation added json-path info for keys that didn't described in json-schema as 'remove'.

pboettch commented 6 months ago

Could you please elaborate more about what this fixes, and add a test to the test-suite which tests this feature.