ericlingit
ericlingit
To summarize the findings of previous posters: - OpenAPI 2.0 [does not support](https://github.com/OAI/OpenAPI-Specification/issues/583) bearer authorization syntax (it's [supported](https://github.com/OAI/OpenAPI-Specification/pull/818) in OpenAPI 3.0). Since this library generates 2.0 spec, there is no...
I can't reproduce your problem: My `main.go`: ```go type taskResponse struct { Id string `json:"id" example:"0x29a97C6EfFB8A411DABc6aDEEfaa84f5067C8bbe"` } // @Summary Create a new task // @Description description_xxx // @Tags task //...