davishmcclurg / json_schemer

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

fix: Fix nullable ref #200

Open bilby91 opened 4 days ago

bilby91 commented 4 days ago

This pull request includes changes to enhance the handling of nullable references in the JSON Schemer library. The main updates involve adding a check for nullable references in the validation process and introducing a new test case to ensure the functionality works as expected.

Enhancements to nullable reference handling:

Testing improvements: