[I] OpenAPIXmlSchema3_2
Extends
Section titled “Extends”Omit<OpenAPI3XmlSchema,"attribute"|"wrapped">
Indexable
Section titled “Indexable”[key: `x-${string}`]: anyProperties
Section titled “Properties”| Property | Type | Description | Inherited from |
|---|---|---|---|
attribute? | boolean | Deprecated This property is deprecated and SHOULD be replaced by the nodeType property. | - |
name? | string | - | Omit.name |
namespace? | string | - | Omit.namespace |
nodeType? | "attribute" | "element" | "text" | "cdata" | "comment" | "none" | The type of the XML DOM node. See https://spec.openapis.org/oas/v3.2.0.html#xml-node-types Default "none" | - |
prefix? | string | - | Omit.prefix |
wrapped? | boolean | Deprecated This property is deprecated and SHOULD be replaced by the nodeType property. | - |