mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-20 10:33:43 +00:00
* Fix list examples in python When a model has an example in an array, it wrongly wraps it again in a list instead of returning the list examples. This fixes it. * Add comment