forked from loafle/openapi-generator-original
* Add commons-lang3 dependency for useReflectionEqualsHashCode * Fix feign-no-nullable config/sample * Add commons-lang3 dependency to jersey2 * Add & update mutiny dependency for microprofile * Regenerate samples
624 B
624 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" |