voxpupuli / json-schema

Ruby JSON Schema Validator
MIT License
1.52k stars 241 forks source link

Allow resolution of fragments with escaped parts #450

Closed dannote closed 2 years ago

dannote commented 3 years ago

This fix allows to validate against schema fragments containing ~0 and ~1 escape sequences in their path (e. g. useful when validating parts of OpenAPI schema).

pboling commented 3 years ago

https://github.com/ruby-json-schema/json-schema/issues/423#issuecomment-634811990

bastelfreak commented 2 years ago

rebased and merged it in https://github.com/voxpupuli/json-schema/pull/463. thanks for the submission!