mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-25 21:13:40 +00:00
* add apex petstore samples, shell scripts, batch files * add wording "beta" to Apex help
572 B
572 B
SwagOrder
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [optional] | |
| petId | Long | [optional] | |
| quantity | Integer | [optional] | |
| shipDate | Datetime | [optional] | |
| status | StatusEnum | Order Status | [optional] |
| complete | Boolean | [optional] |
Enum: StatusEnum
| Name | Value |
|---|---|
| PLACED | "placed" |
| APPROVED | "approved" |
| DELIVERED | "delivered" |