forked from loafle/openapi-generator-original
* replace okhttp-gson with okhttp-gson-nextgen * add new files * update doc * clean up pom * update test * restore error handling in doc * add back changes * uncomment tests * update samples
570 B
570 B
Pet
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" |