You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenAPI 3.1 support is working in the branch feat/kin-openapi-3.1. All backend routers are supported, but we can't merge this for a while (see the commits and description in the above PR for more info)
This code will not pass CI until we use a Go 1.26 linter and limit CI to go 1.26, as this version of kin-openapi requires go 1.26
However, for those interested, feel free to experiment.
OpenAPI 3.1 is great, brings full JSON Schema compatibility. It would be great if generator would support it.
OpenAPI 3.1 support is working in the branch
feat/kin-openapi-3.1. All backend routers are supported, but we can't merge this for a while (see the commits and description in the above PR for more info)This code will not pass CI until we use a Go 1.26 linter and limit CI to go 1.26, as this version of kin-openapi requires go 1.26
However, for those interested, feel free to experiment.