forked from loafle/openapi-generator-original
* Added library 'jvm-spring-webclient' to Kotlin client generator * Reran all generators and generated docs * Changed target of kotlin-jvm-spring-webclient sample from 2_0 to 3_0 * Added build of kotlin-jvm-spring-webclient to github workflow
564 B
564 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 |