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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have just started to look at JSON Schema and the current line seems to be causing some issue with the tool.
Error message:
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!
The text was updated successfully, but these errors were encountered: