-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Labels
bugmedia and encodingIssues regarding media type support and how to encode data (outside of query/path params)Issues regarding media type support and how to encode data (outside of query/path params)reviewxml
Milestone
Description
OAS states that the namespace
field of the XML Object "MUST be in the form of an absolute URI." (3.0; 3.1).
Technically, an absolute URI cannot have a fragment. However, XML Namespaces are defined as URI-references, although relative references are deprecated. The intention of URI-references-but-not-relative-URI-references is to allow fragments in namespace URIs.
If OAS intended to be aligned with this usage (no relative references, but yes fragments), then the wording needs to be changed.
Metadata
Metadata
Assignees
Labels
bugmedia and encodingIssues regarding media type support and how to encode data (outside of query/path params)Issues regarding media type support and how to encode data (outside of query/path params)reviewxml