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
But this server normalization is causing UX issues in SwaggerUI. If we do the normalization, server needs to be picked on Path Item and Operation level whenever we want to use Try it out feature, instead of just picking the server globally once.
The goal of this issue to turn on server normalization.
The text was updated successfully, but these errors were encountered:
In #2743, the normalization for OpenAPI 3.1.0 was implemented. It performs all the normalization as described in OpenAPI specification.
Server normalization was implemented as well. How it works is described in https://github.com/swagger-api/apidom/blob/93e2d0f7f08add82309843abe991a3013440e5e2/packages/apidom-ns-openapi-3-1/src/refractor/plugins/normalize-servers.ts#L15.
But this server normalization is causing UX issues in SwaggerUI. If we do the normalization, server needs to be picked on Path Item and Operation level whenever we want to use
Try it out
feature, instead of just picking the server globally once.The goal of this issue to turn on server normalization.
The text was updated successfully, but these errors were encountered: