forked from loafle/openapi-generator-original
* add echo tests with java native client * fix echo server * fix github * add npm install * update samples * add license header * update smaples * add test for array of string * fix java native respone type casting * better code format * add license header
612 B
612 B
Pet
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [optional] | |
| name | String | ||
| category | Category | [optional] | |
| 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" |