-
Notifications
You must be signed in to change notification settings - Fork 148
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: bundle externalValue with relative reference in examples object #1747
fix: bundle externalValue with relative reference in examples object #1747
Conversation
🦋 Changeset detectedLatest commit: 46e1008 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Coverage report
Show files with reduced coverage 🔻
Test suite run success809 tests passing in 121 suites. Report generated by 🧪jest coverage report action from 46e1008 |
7df5ba2
to
8e6f12c
Compare
42ad933
to
1f8c90f
Compare
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.
One small suggestion.
@AlexVarchuk also, please check it in Workflows. |
This is for the My original issue was about linting |
@jeremyfiel indeed. It needs to be further adjusted to be able to use it in linter, so I'll reopen the issue. |
What/Why/How?
The bundle command doesn't correctly resolve
externalValue
with relative reference.According to specification https://spec.openapis.org/oas/v3.1.0.html#fixed-fields-15
externalValue
may contain relative references. Bundle command doesn't resolve it.Reference
Resolves #919
Testing
openapi.yaml
Screenshots (optional)
Check yourself
Security