Jim Schubert dabf01c3fa [kotlin] support collection format multi (#5792)
* [kotlin] support collectionFormat:multi

Adds "multi" support to collections.

Also changes generic lists (List<T>) to arrays. Generic lists and nested
lists can be problematic and require customized json factories. The
previous implement appeared to work because the results in the test were
LinkedHashMap with count greather than 0. The functional test has been
updated to force serialization and verify the results.

* [kotlin] Regenerate sample

* [kotlin] Update model test for Array changes
2017-06-09 15:40:18 +08:00

566 B

Pet

Properties

Name Type Description Notes
id kotlin.Long [optional]
category Category [optional]
name kotlin.String
photoUrls kotlin.Array<kotlin.String>
tags kotlin.Array<Tag> [optional]
status inline pet status in the store [optional]

Enum: status

Name Value
status available, pending, sold