forked from loafle/openapi-generator-original
Properties with custom types inheritance fix (#18052)
* custom types support in inheritance fix * files changed after scripts run * remove unused method * move cloneSchema to ModelUtils * imports * changes after scripts run * test cloning array of enums schema
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **integer** | Query | [optional]
|
||||
**outcomes** | **array[character]** | | [optional] [default to [SUCCESS, FAILURE]] [Enum: ]
|
||||
**outcomes** | **array[character]** | | [optional] [default to ["SUCCESS","FAILURE"]] [Enum: ]
|
||||
**suffix** | **character** | test suffix | [optional]
|
||||
**text** | **character** | Some text containing white spaces | [optional]
|
||||
**date** | **character** | A date | [optional]
|
||||
|
||||
Reference in New Issue
Block a user