forked from loafle/openapi-generator-original
Issue 6172 (#6173)
* Changes to allow field names as examples for string properties and multiple items in array during example generation * Reverting the version to 2.3.0-SNAPSHOT and autogenerated petstore files
This commit is contained in:
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
||||
**id** | **Long** | | [optional]
|
||||
**petId** | **Long** | | [optional]
|
||||
**quantity** | **Integer** | | [optional]
|
||||
**shipDate** | [**DateTime**](DateTime.md) | | [optional]
|
||||
**shipDate** | [**OffsetDateTime**](OffsetDateTime.md) | | [optional]
|
||||
**status** | [**StatusEnum**](#StatusEnum) | Order Status | [optional]
|
||||
**complete** | **Boolean** | | [optional]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user