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
Currently, Swaggo only supports adding custom extensions (x-*) at the root of the generated Swagger JSON.
However, the Swagger 2.0 / OpenAPI specification explicitly allows vendor extensions under the info object.
Expected behavior
It should be possible to add custom extensions in the info section (e.g., x-example, x-company-metadata, etc.).