forked from loafle/openapi-generator-original
[swift5] fix modelNamePrefix and -suffix for reserved types (#14768)
* only add suffix or prefix if type is not a primitive or from dependency * add tests * add sample * add second API with prefix and suffix * add primitives * add missing pom * add missing shell script * fix cycle dependency * generate samples
This commit is contained in:
@@ -11,9 +11,9 @@ Name | Type | Description | Notes
|
||||
**mapArrayAnytype** | [String: [AnyCodable]] | | [optional]
|
||||
**mapMapString** | [String: [String: String]] | | [optional]
|
||||
**mapMapAnytype** | [String: [String: AnyCodable]] | | [optional]
|
||||
**anytype1** | [**AnyCodable**](.md) | | [optional]
|
||||
**anytype2** | [**AnyCodable**](.md) | | [optional]
|
||||
**anytype3** | [**AnyCodable**](.md) | | [optional]
|
||||
**anytype1** | **AnyCodable** | | [optional]
|
||||
**anytype2** | **AnyCodable** | | [optional]
|
||||
**anytype3** | **AnyCodable** | | [optional]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user