mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-22 16:50:52 +00:00
* Added support for 'additionalProperties:true' to scala-cask generator additionalProperties means the request can contain arbitrary additional properties, and so this change adds an 'additionalProperties' field to request objects which is a json type. * fixed warning in example scala-cli project * updated samples * addressed codegen comments