Aaron Pritzlaff
Aaron Pritzlaff
Added support for scala cask
### PR checklist - [x] Read the [contribution guidelines](https://github.com/swagger-api/swagger-codegen/blob/master/CONTRIBUTING.md). - [x] Ran the shell script under `./bin/` to update Petstore sample so that CIs can verify the change. (For instance,...
This changes fixes routes which have freeform types. Previously they were just represented as "Object", and didn't have any default value. The freeform schemas now are of type usjon.Value, with...