-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SwaggerEditor@next: does not render model extensions within SwaggerUI #4493
Comments
For OpenAPI 2.0 and 3.0.x this should be a configuration change. For OpenAPI 3.1.0 we need to check if the new JSON Schema 2020-12 renderer (used with OpenAPI 3.1.0 definitions) supports rendering the extensions at all. |
@char0n additional work will have to be done to accommodate the new renderers. Suggest to split that out into a separate issue. |
Extension rendering enhancement for OpenAPI 2.0/3.0.x is being handled in: swagger-api/swagger-ui#9377 Extension rendering for OpenAPI 3.1.0 is being handled in: swagger-api/swagger-ui#9376 |
🎉 This issue has been resolved in version 5.0.0-alpha.81 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This hasn't been addressed yet |
@char0n @frankkilcommins we (SAP) made this contribution to AsyncAPI UI component:
|
Hi @pavelkornev,
Extracted in #5006 and resolved there. |
This is a multi-step effort, we'll be addressing this in foreseeable future. |
SwaggerEditor@Next does not enable the
showExtensions
property when initializing SwaggerUI.This is a regression in SwaggerEditor@Next for OpenAPI. The heritage version of SwaggerEditor supports it as well as AsyncAPI extensions being supported in the Next version of the editor.
SwaggerEditor@Next:
SwaggerEditor:
The text was updated successfully, but these errors were encountered: