Skip to main content

required-xml-name-in-response-content-schema

Overview

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

In OpenAPI specifications, when using XML for the response content schema, the XML name is required to be specified. However, for array non-wrapped cases, the name does not need to be directly specified in the schema XML. In such cases, it will be present in the inner items schema.

PropertyValue
EnabledYes
Maximum SeverityError
MessageXML name is required for response content schema.
CodeOPENAPI3APIMATIC_L842
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI XML
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting response content schema xml name

Suggested Fixes

  • Check the OpenAPI specification to confirm if any response content schema is missing an XML name.
  • If any response content schema is missing an XML name, update the specification to include an XML name for the response content schema.

For More Information