go-swagno / swagno

Generate Swagger 2.0 documentation for Go with "no" annotations, "no" files, "no" command
MIT License
93 stars 14 forks source link

Swagger Doc V3 #29

Open HrachMD opened 4 months ago

HrachMD commented 4 months ago

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..

anilsenay commented 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.

itdove commented 2 months ago

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