mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-23 03:53:44 +00:00
* [kotlin] update dependencies * [kotlin][client] complete gson integration * [kotlin][client] run petstores * [kotlin][client] fix JsonMediaType and update petstores * Add kotlin client gson to pom.xml * Remove org.json dependency * Try to fix kotlin-gson build * Add kotlin client nonpublic to pom.xml * Update samples * try to fix build * try to fix build * try to fix build * try to fix build * [kotlin][client] restore libraries version * [kotlin][client] update kotlin version * [kotlin][client] update some libraries versions * [kotlin][client] update some libraries versions * [kotlin][client] add kotlin-gson and kotlin-nonpublic to CI test suit * [kotlin][client] update some libraries versions * try to fix build * try to fix build
566 B
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 |