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
The reason why this happens for OpenAPI 3.1.0 is because of complete normalization support for OpenAPI 3.1.0 where OpenAPI.servers are denormalized into PathItem.servers
In OpenAPI 3.1.0 definitions, SwaggerUI renders callbacks incorrectly. Callbacks are rendered like this:
This is how the callbacks are rendered in OpenAPI 3.0.x definitions:
The goal of this issue is to figure out what is the source of the bug and fix it.
The text was updated successfully, but these errors were encountered: