forked from loafle/openapi-generator-original
* Add a space between table title and the line above it to resolve issues when translating markdown to asciidoc * Regenerate Samples Co-authored-by: Tyler Ballast <tyler.ballast@reportix.com> Co-authored-by: tballast <tyler.ballast@gmail.com>
582 B
582 B
Order
An order for a pets from the pet store
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [optional] | |
| petId | Long | [optional] | |
| quantity | Integer | [optional] | |
| shipDate | Date | [optional] | |
| status | StatusEnum | Order Status | [optional] |
| complete | Boolean | [optional] |
Enum: StatusEnum
| Name | Value |
|---|---|
| PLACED | "placed" |
| APPROVED | "approved" |
| DELIVERED | "delivered" |