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.
I was wondering what the expected behavior of `allOf` with `example` is. For example I have: ```yaml /example: get: summary: Example responses: '200': content: application/json: schema: allOf: - $ref: '#/components/schemas/MySchema'...
Linting passes with no errors on modified files No dist file modifications remain in the PR
### Q&A - OS: Linux - Browser: Chrome, Firefox, probably all of them - Version: - Method of installation: Docker - Swagger-UI version: 5.20.0 - Swagger/OpenAPI version: whatever's in the...
OpenAPI 3.1.0 self-referential array items with allOf triggers “Elements in allOf must be objects”
### Q&A (please complete the following information) - OS: Windows 11 - Browser: Chrome - Version: 140.0.7339.208 - Method of installation: dist assets - Swagger-UI version: 5.28.0 - Swagger/OpenAPI version:...
### Q&A (please complete the following information) - OS: Windows 11 - Browser: chrome - Version: 138.0.7204.169 - Method of installation: springdoc-openapi - Swagger-UI version: 5.21.0 - Swagger/OpenAPI version: Swagger...
### Q&A (please complete the following information) - OS: Windows 11 - Browser: Firefox - Version: 130 - Method of installation: npm - Swagger-UI version: 5.18.2 - Swagger/OpenAPI version: OpenAPI...
### Q&A (please complete the following information) - OS: CentOS 7 - Browser: Vivaldi - Version: 2.3.1440.60 - Method of installation: git clone, using dist directory - Swagger-UI version: 604c7b420f069b132a3d8b4636afe91a4f473fe2...
### Describe the bug you're encountering When loading the Swagger UI site from an external link that includes an anchor, such as `#model-Category`, the router modifies the URL to separate...
### Description This PR implements responsive design improvements for SwaggerUI operations on screens below 360px width. The changes ensure that API operation summaries remain readable and usable on narrow mobile...