Resolving implicit connections (3.0.4 port of #3856)#3906
Merged
ralfhandl merged 10 commits intoOAI:v3.0.4-devfrom Jun 17, 2024
Merged
Resolving implicit connections (3.0.4 port of #3856)#3906ralfhandl merged 10 commits intoOAI:v3.0.4-devfrom
ralfhandl merged 10 commits intoOAI:v3.0.4-devfrom
Conversation
This clarifies how to handle resolving implicit (non-URI-based) connections in multi-document OpenAPI Descriptions. While the behavior is implementation-defined overall, this RECOMMENDS a single approach based on how things behaved going back to the 2.0 referencing model. This allows Security Schemes and Tags to (like the top-level Server Objects) define a deployment-specific interface for referenced documents to access. This entry document interface approach makes less sense for the Discriminator Object, but it can use the URI syntax of `mapping` to keep things within the local document. This also aligns the search for matching `operationId`s with 3.1's full-document parsing requirements. Note that the term "complete OpenAPI document" has been defined in another change pending approval on the 3.0.4 branch.
Co-authored-by: Ralf Handl <ralf.handl@sap.com>
Co-authored-by: Jeremy Fiel <32110157+jeremyfiel@users.noreply.github.com>
Co-authored-by: Ralf Handl <ralf.handl@sap.com>
Co-authored-by: Ralf Handl <ralf.handl@sap.com>
Co-authored-by: Jeremy Fiel <32110157+jeremyfiel@users.noreply.github.com>
ralfhandl
reviewed
Jun 14, 2024
miqui
approved these changes
Jun 16, 2024
Contributor
miqui
left a comment
There was a problem hiding this comment.
@ralfhandl Looks good to me. Thoughts?
ralfhandl
approved these changes
Jun 17, 2024
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since we chose the simpler of the two ways to handle this, we can just directly backport the guidance instead of needing to rework it for 3.0. 🎉
[EDIT: Except changing "URIs" to "URLs" in the relative resolution link, which I missed but have now added as a separate commit.]