voxpupuli / json-schema

Ruby JSON Schema Validator
MIT License
1.53k stars 242 forks source link

fix: Ensure the schema is a JSON::Schema #294

Closed jrgns closed 8 years ago

jrgns commented 8 years ago

This is related to #265 . It doesn't have tests, but it shows a quick fix that should work.

jrgns commented 8 years ago

Actually, #217 is a better fix for this, and includes tests.