Open HrachMD opened 4 months ago
I have been planning this for a while but I need some free time for working on it. Also swaggo, which is most popular swagger package in Go, use v2. I think most of community is okey with v2. But of course it does not mean that I will skip doing v3.
I use the swagno in multiple microservices to generate the OpenAPI doc and I would love to have the possibility to generate v3 openapi doc. Thx
Hi, are there any plans to support/switch to the version 3 or higher? As an instance generated JSON can't be accepted in GPT's actions (API calls form the ChatGPT) because of the version. For example instead of
BaseURL
Servers
should be presented there, and much much more specific to the version 3.x..