Hello,
I am hitting this error
internal/clients/http/image_builder/client.gen.go:3631:6: CreateBlueprintResponse redeclared in this block
when I try to compile a client generated from this YAML:
https://gist.github.com/lzap/55d2144c19d85b1072b6d32cfbe9a6c9
$ bin/oapi-codegen --version
github.com/deepmap/oapi-codegen/v2/cmd/oapi-codegen
v2.0.0
Can someone explain to me why am I hitting this? Apparently, renaming the component does help.