voxpupuli / json-schema

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

Documentation Request: How do I validate the schema itself? #398

Closed reitzig closed 6 years ago

reitzig commented 6 years ago

From the current documentation, it is not clear to me whether schemas are validated implicitly whenever we validate JSON against them, or failing that, how I can perform this validation.

Do I have to download the schema for JSON schema and use the normal methods, or is there built-in support?

reitzig commented 6 years ago

Never mind, I'm blind: https://github.com/ruby-json-schema/json-schema#validating-a-json-schema