forked from loafle/openapi-generator-original
* Add missing Jackson converter for Retrofit This commit adds the missing configuration for a ApiClient so all Jackson serializations will start to work correctly. * Add sample project code for Retrofit Jackson
578 B
578 B
Pet
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | kotlin.String | ||
| photoUrls | kotlin.collections.List<kotlin.String> | ||
| id | kotlin.Long | [optional] | |
| category | Category | [optional] | |
| tags | kotlin.collections.List<Tag> | [optional] | |
| status | inline | pet status in the store | [optional] |
Enum: status
| Name | Value |
|---|---|
| status | available, pending, sold |