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

Support for schema draft-07 #25

Open
Muffo opened this issue Jan 3, 2019 · 0 comments
Open

Support for schema draft-07 #25

Muffo opened this issue Jan 3, 2019 · 0 comments

Comments

@Muffo
Copy link

Muffo commented Jan 3, 2019

I have just started to look at JSON Schema and the current line seems to be causing some issue with the tool.

"$schema": "http://json-schema.org/draft-07/schema#",

Error message:

jsonspec.validators.exceptions.CompilationError: ("u'http://json-schema.org/draft-07/schema#' not registered"

Changing this to draft-04 will solve the error, but then I'll get a bunch of warnings because I am using "format" values that are not supported yet.

Is there a plan to support draft-07?
I am currently using version 0.9.11, which I got from pip install.

Thanks!

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

No branches or pull requests

1 participant