forked from loafle/openapi-generator-original
* Remove links to basic types in java API docs This removes (most) wrong links to basic types in Java API docs. * Regenerate some more samples
581 B
581 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" |