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

Fix XML namespace syntax #3905

Merged
merged 1 commit into from
Jun 16, 2024
Merged

Fix XML namespace syntax #3905

merged 1 commit into from
Jun 16, 2024

Commits on Jun 13, 2024

  1. Fix XML namespace syntax

    The XML Object's namespace field was changed from "URL"
    to "absolute URI" because relative references in a namespace
    are deprecated by XML, and the base URI to use for resolving
    them in the context of an OpenAPI Description is unclear.
    
    However, XML namespaces can include fragments, and the
    correct term is "non-relative URI" rather than "absolute URI"
    which forbids fragments.
    
    This change includes additional guidance on how XML usage and
    the requirements of this specification do not quite align.
    handrews committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d4ae1dd View commit details
    Browse the repository at this point in the history