mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-18 06:40:51 +00:00
For a required enum array property the generated model constructor used the type `RequiredEnums` instead of `Vec<RequiredEnums>`.