Skip to main content

no-namespace-for-schema-xml-attribute-property

Overview

This rule belongs to the openapi-v3-apimatic-linting ruleset and states that:

Namespace is provided for a property declared as an XML attribute which is not allowed.

PropertyValue
EnabledYes
Maximum SeverityError
MessageNamespace is not allowed for XML attributes.
CodeOPENAPI3APIMATIC_L848
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI XML
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting xml attribute namespace

Suggested Fixes

  • Remove namespace used with attribute.

For More Information