-
Notifications
You must be signed in to change notification settings - Fork 280
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
json-patch schema can't be even loaded #174
Comments
Sad. If it helps, rewriting the schema this way should work (didn't test it):
Fixing the real issue (properly loading multiple combined schemas at the same nesting level) might not come any soon. |
This was referenced May 31, 2018
The fix is available in the latest release: 1.9.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just try to load a json schema from http://json.schemastore.org/json-patch by 'SchemaLoader.load'
The exception is
The text was updated successfully, but these errors were encountered: