We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bundle or link to https://github.com/json-schema/json-schema/tree/master/draft-04 and verify the schema is valid.
The text was updated successfully, but these errors were encountered:
I simply have a task "schemas", which validates all my schema files against the specs:
schemas: { options: { root: 'http://json-schema.org/draft-04/schema#' }, src: ['**/schema/**/*.json'] },
I always run this task before all others.
Sorry, something went wrong.
Clever 👍
No branches or pull requests
Bundle or link to https://github.com/json-schema/json-schema/tree/master/draft-04 and verify the schema is valid.
The text was updated successfully, but these errors were encountered: