forked from loafle/openapi-generator-original
* added rx3 support * fix rx3 support * generated samples * updated samples * update samples * changed rxjava3 adapter to the one from squareup * changed dependency of RxJava3CallAdapterFactory Co-authored-by: William Cheng <wing328hk@gmail.com>
574 B
574 B
Order
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | kotlin.Long | [optional] | |
| petId | kotlin.Long | [optional] | |
| quantity | kotlin.Int | [optional] | |
| shipDate | java.time.OffsetDateTime | [optional] | |
| status | inline | Order Status | [optional] |
| complete | kotlin.Boolean | [optional] |
Enum: status
| Name | Value |
|---|---|
| status | placed, approved, delivered |