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
When writing references to other files like $ref: './subfolder/schemas.yaml#/User', subsequent references in that file do not resolve proplery.
$ref: './subfolder/schemas.yaml#/User'
References to other files to work
See PR with test case.
0.19.2
N/A
validation
PR: TODO
No response
Yes
The text was updated successfully, but these errors were encountered:
Fix resolvers not updating properly when referencing other files.
138471d
Issue python-openapi#860
Edit: I see this just got reported last week. #852
Sorry, something went wrong.
No branches or pull requests
Actual Behavior
When writing references to other files like
$ref: './subfolder/schemas.yaml#/User'
, subsequent references in that file do not resolve proplery.Expected Behavior
References to other files to work
Steps to Reproduce
See PR with test case.
OpenAPI Core Version
0.19.2
OpenAPI Core Integration
N/A
Affected Area(s)
validation
References
PR: TODO
Anything else we need to know?
No response
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: