Andrey Dyatlov
Results
1
comments of
Andrey Dyatlov
I also bumped into this issue. The workaround I found is to register the image type when your app starts: ``` import ( "github.com/getkin/kin-openapi/openapi3filter" ... ) ... func init() {...