forked from loafle/openapi-generator-original
* 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
905 B
905 B
AdditionalPropertiesClass
Properties
Name | Type | Description | Notes |
---|---|---|---|
mapString | [String: String] | [optional] | |
mapNumber | [String: Double] | [optional] | |
mapInteger | [String: Int] | [optional] | |
mapBoolean | [String: Bool] | [optional] | |
mapArrayInteger | [String: [Int]] | [optional] | |
mapArrayAnytype | [String: [AnyCodable]] | [optional] | |
mapMapString | [String: [String: String]] | [optional] | |
mapMapAnytype | [String: [String: AnyCodable]] | [optional] | |
anytype1 | AnyCodable | [optional] | |
anytype2 | AnyCodable | [optional] | |
anytype3 | AnyCodable | [optional] |