Skip to content
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

Remove leading "./" from $ref statements #90

Merged
merged 7 commits into from
Aug 7, 2023
Merged

Conversation

joshpainter
Copy link
Contributor

Removed leading "./" from subfolders in $ref statements. They cause issues in one of my tools when it tries to verify from URL. Here is a link that shows the leader "./" shouldn't be required but plz test with your build tools!!

https://apihandyman.io/writing-openapi-swagger-specification-tutorial-part-8-splitting-specification-file/#folders

Copy link
Owner

@dkackman dkackman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@dkackman dkackman merged commit ec5b738 into dkackman:main Aug 7, 2023
@dkackman
Copy link
Owner

dkackman commented Aug 7, 2023

It all works. Another option, should it ease your integration, is to use the bundle build outputs. Look at the vscode task of that name. It'll fully deference each of the main yaml files, including de-refing the components.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants