mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-05 15:10:49 +00:00
* Regression test for enum Name generation in oneOf where variants would end up having the same name. * Fix enum variant name generation Datatypes like `Vec<foo::bar::Baz>` would end up as `Baz` instead of `VecOfBaz`