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
* ref: #6470
* fixes: #6540
* fixes: #4943
* add example override option to json
* add example override option to xml
* added basic oneOf and anyOf support
* fix anyof|oneof
* only lift xml to items
Co-authored-by: Tim Lai <timothy.lai@gmail.com>
Content & configuration
Example Swagger/OpenAPI definition:
Describe the bug you're encountering
There is an issue with XML rendering when the open api schema contains oneOf, anyOf.
To reproduce...
Steps to reproduce the behavior:
Expected behavior
Rendering the equivalent XML. The XML shall be rendered as JSON does, containing every schema from oneOf, anyOf.
Additional context or thoughts
The issue is described differently in #4943
There is marked as enhancement. I think this is a bug.
The text was updated successfully, but these errors were encountered: