Workaround: If the type of a BodyParameter is String and not a Model, the schema is null and lost. Therefore the fallback type of a BodyParameter is String now.

This commit is contained in:
Robert Winkler
2015-07-20 08:20:06 +02:00
parent 3ed894688c
commit 3469523225
6 changed files with 82 additions and 7 deletions

View File

@@ -56,4 +56,7 @@
* Added possibility to write object definitions to separate files. Issue #19
== Version 0.7.0
* Added support for both reference models and composed models
* Added support for both reference models and composed models
== Version 0.7.1
* Workaround: If the type of a BodyParameter is String and not a Model, the schema is null and lost. Therefore the fallback type of a BodyParameter is String now.