davishmcclurg / json_schemer

JSON Schema validator. Supports drafts 4, 6, 7, 2019-09, 2020-12, OpenAPI 3.0, and OpenAPI 3.1.
MIT License
399 stars 64 forks source link

Fix keyword refs #160

Closed davishmcclurg closed 10 months ago

davishmcclurg commented 10 months ago

This fixes two problems with JSON pointer refs and known keywords:

I also added a Schema type check after pointer resolution to help people identify misdirected pointers.

Closes: https://github.com/davishmcclurg/json_schemer/issues/159