forked from loafle/openapi-generator-original
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.
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.