swaggo / gin-swagger

gin middleware to automatically generate RESTful API documentation with Swagger 2.0.
MIT License
3.81k stars 271 forks source link

Support OpenAPI 3.1 #282

Open boindil opened 1 year ago

boindil commented 1 year ago

swaggo/swag now supports OpenAPI 3.1: https://github.com/swaggo/swag/pull/1513

It would be nice so have support for that (see #9)

lucax88x commented 2 months ago

Swag today can generate v3.1 docs.

Was someone able to find an alternative to gin-swagger in the meantime this is implemented?

like an another go handler to support that?