Skip to content
New issue

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

Add schema validation option using meta schema #5

Open
Bartvds opened this issue Nov 20, 2013 · 2 comments
Open

Add schema validation option using meta schema #5

Bartvds opened this issue Nov 20, 2013 · 2 comments

Comments

@Bartvds
Copy link
Collaborator

Bartvds commented Nov 20, 2013

Bundle or link to https://github.com/json-schema/json-schema/tree/master/draft-04 and verify the schema is valid.

@oliverguj
Copy link

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.

@Bartvds
Copy link
Collaborator Author

Bartvds commented Nov 25, 2013

Clever 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants