forked from loafle/openapi-generator-original
* better handling of composed schema in inline model resolver * better handling of example
829 B
829 B
AllOfModelArrayAnyOfAllOfAttributesC
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [optional] | |
| category | Category | [optional] | |
| name | String | ||
| photoUrls | List<String> | ||
| tags | List<Tag> | [optional] | |
| status | StatusEnum | Order Status | [optional] |
| petId | Long | [optional] | |
| quantity | Integer | [optional] | |
| shipDate | OffsetDateTime | [optional] | |
| complete | Boolean | [optional] |
Enum: StatusEnum
| Name | Value |
|---|---|
| PLACED | "placed" |
| APPROVED | "approved" |
| DELIVERED | "delivered" |