-
Couldn't load subscription status.
- Fork 270
Fix: reference with folder loading #2133
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
Fix: reference with folder loading #2133
Conversation
A reference like ./Directory/File.json#/components/schema/abc was before read as: refId = abc externalResource = ./Directory Which dropped the file name, which will be fixed by this commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for making the changes!
… there will be always a result Co-authored-by: Vincent Biret <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for making the changes!
|
@MaggieKimani1 for final review and merge here please |
Pull request was closed
A reference like ./Directory/File.json#/components/schema/abc was before read as:
refId = abc
externalResource = ./Directory
Which dropped the file name, which will be fixed by this commit
fixes #1674