required-xml-name-in-request-body-content-schema
Overview
This rule belongs to the openapi-v3-apimatic-linting
ruleset and states that:
In OpenAPI specifications, when using XML for the request body 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.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Error |
Message | XML name is required for request body content schema. |
Code | OPENAPI3APIMATIC_L841 |
Type | Linting |
Rule System | Semantic |
Broad Category | OpenAPI XML |
Products Impacted | API Transformer, Code Generation, Developer Experience Portal |
Tags | openapi3 openapi apimatic semantic linting request body content schema xml name |
Suggested Fixes
- Check the OpenAPI specification to confirm if any request body content schema is missing an XML name.
- If any request body content schema is missing an XML name, update the specification to include an XML name for the request body content schema.