-
-
Notifications
You must be signed in to change notification settings - Fork 592
Provide a way to disable external fetches. #146
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
Comments
What you might want is You also probably would be interested by finishing the API changes needed to make #133 possible. |
The only helps if I happen to store all the documents I need, but if I happen to miss one, then my code starts blocking. |
I'd happy if there was an option to either error out, or treat a reference to an unavailable document as a reference to an empty document. |
Ah I see. Well, Bit light on docs on how to do that or what constitutes the interface, if it's not obvious enough shout. |
There appears to be no easy way to stop jsonschema from doing blocking I/O when it encounters external references.
The text was updated successfully, but these errors were encountered: