feat: Support custom type name by bellwood4486 · Pull Request #212 · oapi-codegen/oapi-codegen
I would like to implement issue #25. Approach Add x-go-type extension property to specify a Go type name directly. Set the type name into Schema.GoType field An undefined type in the schema is al...