mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 15:51:38 +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