mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-22 21:19:09 +00:00
When generation examples of objects with additional properties, we use the map syntax inside a model instantiation, which is incorrect. This fixes it by checking for model at the right place.