forked from loafle/openapi-generator-original
* add useSingleRequestParameter support to java client * trigger build failure * trigger build failure * Revert "trigger build failure" This reverts commit 545e57ab8f3d943d9ad6ad114841a37d3b01a47b. * Revert "trigger build failure" This reverts commit 849f71f1f1a28659b0fd375986d7e66e9c6d04ac. * update doc
644 B
644 B
Pet
A pet for sale in the pet store
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [optional] | |
| category | Category | [optional] | |
| name | String | ||
| photoUrls | List<String> | ||
| tags | List<Tag> | [optional] | |
| status | StatusEnum | pet status in the store | [optional] |
Enum: StatusEnum
| Name | Value |
|---|---|
| AVAILABLE | "available" |
| PENDING | "pending" |
| SOLD | "sold" |