forked from loafle/openapi-generator-original
* added rx3 support * fix rx3 support * generated samples * updated samples * update samples * changed rxjava3 adapter to the one from squareup * changed dependency of RxJava3CallAdapterFactory Co-authored-by: William Cheng <wing328hk@gmail.com>
588 B
588 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 |