The 2.9 version (perhaps others) does not compile for Go. There are duplicate type declarations for TicketType and TicketTypes. One of the duplicates needs an `x-go-name` attribute to allow `api-codegen` to be able to generate working Go code.
The 2.9 version (perhaps others) does not compile for Go.
There are duplicate type declarations for TicketType and TicketTypes.
One of the duplicates needs an
x-go-nameattribute to allowapi-codegento be able to generate working Go code.