SwaggerXml interface
The Swagger XML.
Properties
| attribute | Indicates whether the property should be an attribute instead of an element. |
| extensions | The vendor extensions. |
| name | The xml element or attribute name. |
| namespace | The xml namespace. |
| prefix | The name prefix. |
| wrapped | Indicates whether the array elements are wrapped in a container element. |
Property Details
attribute
Indicates whether the property should be an attribute instead of an element.
attribute?: boolean
Property Value
boolean
extensions
The vendor extensions.
extensions?: {[propertyName: string]: any}
Property Value
{[propertyName: string]: any}
name
The xml element or attribute name.
name?: string
Property Value
string
namespace
The xml namespace.
namespace?: string
Property Value
string
prefix
The name prefix.
prefix?: string
Property Value
string
wrapped
Indicates whether the array elements are wrapped in a container element.
wrapped?: boolean
Property Value
boolean