-
Hey!
First of all, I'm *not* trying to promote my library. I'd like to include it in this repo as an official... not sure, either replacement or alternative to the existing `zod-openapi` middleware…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
I tried to import OpenAPI document and windows pops up with `Error while importing: format no…
-
### What happens?
I encountered an error in the console when passing a specification that uses the OAuth2 client credentials flow. Additionally, the OAuth fields are not displayed correctly on the pa…
-
Are there any plans to add support to generate an OpenAPI document like Swagger does? It would make this a complete package and is really the only thing holding us back from switching from Swagger sin…
-
### What happens?
I'm able to prefill two authentication methods, but only one is automatically selected. I can select the other auth method and it is properly prefilled, but it'd be great to have a …
-
### What happens?
I define an example in my request:
```java
@Schema(example = "101010101")
String stationId,
@ArraySchema(arraySchema = @Schema(example = "[\"testsvr\",\"…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
I as a dev would like to be able to hit simple endpoints (ie bing search) that are not documented with openapi
- [ ] Create proposal for new logic unit
- [ ] implement said logic unit
- [ ] Beautiful…
-
### Description
I downloaded a template project from the official website, added the SmallRey OpenAPI extension, added the @Tag annotation to the Rest class, and used Chinese. When I accessed /q/open…
-
I consistently get a panic in a production use case. Here is a minimal reproduction:
```go
package main
import (
"fmt"
"io"
"net/http"
"net/url"
"strings"
"github.com/pb33f/libope…