forked from loafle/openapi-generator-original
* [feign] add threetenbp support for feign clients * [okhttp] add threetenbp support for okhttp clients * [jersey] add threetenbp support for jersey clients * [retrofit2] add threetenbp support for retrofit2 clients * [spring] add threetenbp support for spring generators * add a workaround in tests for a bug in the petstore The petstore doesn't manage fractional digits of dates correctly when there are less than 3
595 B
595 B
Order
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Long | [optional] | |
petId | Long | [optional] | |
quantity | Integer | [optional] | |
shipDate | OffsetDateTime | [optional] | |
status | StatusEnum | Order Status | [optional] |
complete | Boolean | [optional] |
Enum: StatusEnum
Name | Value |
---|---|
PLACED | "placed" |
APPROVED | "approved" |
DELIVERED | "delivered" |