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
load_ref_schema doesn't remove fragments, so loading schemas from absolute URIs in "$ref" values fails.
load_ref_schema
"$ref"
This issue opened just for reference, I have code for fixing it which I'll add via PR shortly.
(For reference this arose while trying to validate swagger v2 documents using their schema while having remote retrieval turned off)
The text was updated successfully, but these errors were encountered:
Ignore fragments in schema caching. Fixes voxpupuli#233
08d3db3
be00bcd
Merge pull request #234 from jphastings/fragment
fadc4b1
Ignore fragments in schema caching. Fixes #233
No branches or pull requests
load_ref_schema
doesn't remove fragments, so loading schemas from absolute URIs in"$ref"
values fails.This issue opened just for reference, I have code for fixing it which I'll add via PR shortly.
(For reference this arose while trying to validate swagger v2 documents using their schema while having remote retrieval turned off)
The text was updated successfully, but these errors were encountered: