mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-20 15:50:56 +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