mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-29 13:00:51 +00:00
* Added new cli option to define the request date converter * Fixed a few build errors * Update api.mustache * Fixed api mustache * Removed unused import * Fixing mustache templates * Tweaking mustache templates * Added sample and new bat file TODO create new openapi 2.0 source file to simulate the datestring via schema. * Tweaking mustache templates * Updated templates and samples * Fixed build error * Updated samples * Fixed path
572 B
572 B
Order
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | kotlin.Long | [optional] | |
petId | kotlin.Long | [optional] | |
quantity | kotlin.Int | [optional] | |
shipDate | java.time.LocalDateTime | [optional] | |
status | inline | Order Status | [optional] |
complete | kotlin.Boolean | [optional] |
Enum: status
Name | Value |
---|---|
status | placed, approved, delivered |