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
If I load the following schema a SchemaException is thrown:
<unknown location>: unknown type: [integger]
{ "$schema": "http://json-schema.org/draft-06/schema#", "type": "object", "properties": { "id": { "type": "integger" } } }
It seems that no location is set for this exception.
The text was updated successfully, but these errors were encountered:
fixing #168 by changing the SchemaException ctor call to include poin…
c687e32
…terToCurrentObj()
Merge pull request #169 from everit-org/issue168
2d8e68f
Fixing issue #168
Hello @octavianN , thank you for raising this ticket. We fixed it in 2d8e68f .
Sorry, something went wrong.
Great. Thank you.
No branches or pull requests
If I load the following schema a SchemaException is thrown:
It seems that no location is set for this exception.
The text was updated successfully, but these errors were encountered: