swagger-ui
swagger-ui copied to clipboard
Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
### Context We are using backstage.io as a dev portal - which is using SwaggerUI React to render OpenAPI specs. Everything is working fine - except the authorization part: Our...
### Q&A (please complete the following information) - OS: Windows 11 - Browser: Chrome - Version: 123.0.6312.60 (64 bits) - Method of installation: SwaggerEditor - Swagger-UI version: 3.0.54 - Swagger/OpenAPI...
I reused not used property uniqueItems. If uniqueItems === true than render regular multiselect otherwise list of single select. And if we render array items one by one as single...
### Q&A (please complete the following information) - OS: ubuntu 18.04 - Browser: chrome - Version: 77.0.3865.90 - Swagger-UI version: 3.23.5 - Swagger/OpenAPI version: Swagger 2.0.9, OpenAPI 3.0 (imported from...
- OS: Linux - Browser: Firefox - Version: 122.0 - Method of installation: distribution rpm package - Swagger-UI version: 5.11.2 - Swagger/OpenAPI version: OpenAPI 3.0 When the "components" section of...
### Q&A (please complete the following information) - OS: Windows - Browser: Chrome - Version: 123 - Method of installation: docker - Swagger-UI version: latest docker 2024/03/27 - Swagger/OpenAPI version:...
### Description This PR effectively reverts the changes of PR https://github.com/swagger-api/swagger-ui/pull/4934 (or more specific the commit https://github.com/swagger-api/swagger-ui/commit/937c8f6208f3adf713b10a349a82a1b129bd0ffd). ### Motivation and Context As described in more detail in issue https://github.com/swagger-api/swagger-ui/issues/6081, the...
### Content & configuration Swagger/OpenAPI definition: ```yaml openapi: 3.0.3 info: title: Example app description: This is an example version: 1.0.0 servers: - url: https://dev.app.com/appApplicationName description: DEV paths: /documents: post: description:...
### Content & configuration Swagger/OpenAPI definition: ```js { type: 'object', additionalProperties: { $ref: '#/components/schemas/item', }, } ``` Rendered schema in swagger UI : ```js { "additionalProp1": {}, "additionalProp2": {}, "additionalProp2":...
I routinely work with Swagger UI to test endpoints and every single time I forget to click "Try it out" button to enable parameter inputs to send a request and...