You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the example below, an element defined as an array, when rendered in the UI, does not include the XML namespace. For elements defined as primitive types (and at the same level as errors) include the namespace declaration correctly.
Expecting <com:errors xmlns:com="http://www.botw.com/schemas/rest/common"> but only get
<com:errors>
Swagger UI version: 2.1.4
From swagger file:
errors:
type: arraydescription: Typically the response will havee EITHER a data element OR an errors element. However, for partial responses, where some but not all of the products can be returned, there will be both a data and errors element.items:
$ref: "#/definitions/Error"xml:
name: errorsnamespace: http://www.botw.com/schemas/rest/commonprefix: comwrapped: true
The text was updated successfully, but these errors were encountered:
In the example below, an element defined as an array, when rendered in the UI, does not include the XML namespace. For elements defined as primitive types (and at the same level as errors) include the namespace declaration correctly.
Expecting
<com:errors xmlns:com="http://www.botw.com/schemas/rest/common">
but only get<com:errors>
Swagger UI version: 2.1.4
From swagger file:
The text was updated successfully, but these errors were encountered: