Xml
data class Xml(val name: String? = null, val namespace: String? = null, val prefix: String? = null, val attribute: Boolean? = null, val wrapped: Boolean? = null, val extensions: ExtensionProperties? = null) : Extensible(source)
Constructors
Properties
Link copied to clipboard
Any additional external documentation for this OpenAPI document. The key is the name of the extension (beginning with x-), and the value is the data.
Link copied to clipboard
Replaces the name of the element/attribute used for the described schema property. When defined within the @'OpenApiItems'@ (items), it will affect the name of the individual XML elements within the list. When defined alongside type being array (outside the items), it will affect the wrapping element and only if wrapped is true. If wrapped is false, it will be ignored.