mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-04 16:00:59 +00:00
* Map parameters now carry their container properties when generated from map properties. This solves an issue where a map parameter was not considered a container and induced generation errors. * Added test specification with fake endpoint for testing map parameters --------- Co-authored-by: Samuel Kahn <samuel@darewise.com>