swagger-ui icon indicating copy to clipboard operation
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.

Results 621 swagger-ui issues
Sort by recently updated
recently updated
newest added

### Describe the bug you're encountering Swagger UI does not show validation errors on try it out for object parameters in OpenAPI 3.0 specifications. ### To reproduce... Steps to reproduce...

type: bug
specification: 3.x
cat: try-it-out

### Q&A (please complete the following information) - OS: macOS - Browser: chrome - Version: 122.0.6261.69 - Swagger/OpenAPI version: OpenAPI 3.0 ### Content & configuration Example Swagger/OpenAPI definition: ```yaml openapi:...

### Q&A (please complete the following information) - OS: [e.g. macOS] Windows 11 - Browser: [e.g. chrome, safari] Chrome - Version: [e.g. 22] 122 - Method of installation: [e.g. npm,...

### Content & configuration Swagger/OpenAPI definition: ```yaml openapi: 3.0.1 info: title: Some Example Service version: "1.0" servers: - url: http://localhost:8080 description: Generated server url security: - Cookie: [] paths: /something/create:...

### Describe the bug you're encountering Request body value in try it out isn't being updated when switching to a different content type, if the value was edited. ### To...

type: bug
specification: 3.x
cat: try-it-out

I am not able to open Swagger and getting this below error. If someone has anyidea about this error then please post C:\Users\adm-e3029233>curl -vv localhost:8080/swagger/ui/index * Trying 127.0.0.1:8080... * Connected...

In my request model, I have a field like ``` @NotNull @Schema(example = "19680228", type = "String", format = "yyyyMMdd", pattern = "([0-9]{4})(?:[0-9]{2})([0-9]{2})", required = true, nullable = false) @JsonDeserialize(using...

### Content & configuration Swagger/OpenAPI definition: ```yaml --- schemes: - http swagger: '2.0' host: localhost:9866 paths: "/foo": get: description: foo produces: - application/x-ndjson summary: foo operationId: foo responses: '200': description:...

### Description The background colors for the version and version-stamp badges in the title do not pass WCAG AA color contrast standards. - Updating the grey for the version to...