Skip to main content

valid-xml-namespace

Overview

This rule belongs to the openapi-v3-syntax-validation ruleset and states that:

The XML namespace value must be a proper URI with an absolute path.

PropertyValue
EnabledYes
Maximum SeverityError
MessageXML namespace URI is invalid.
CodeOPENAPI3SYNTAX_V180
TypeValidation
Rule SystemSyntax
Broad CategoryXML
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsopenapi3 openapi syntax validation xml namespace uri

Suggested Fixes

  • Ensure that the URI does not contain any forbidden characters.
  • Ensure that the URI is not a relative path.

For More Information