forked from loafle/openapi-generator-original
* [swift5] Fix additionalProps inner type * [swift5] Add and use AnyCodable type instead of any * [swift5] Use the original petstore w/fake models for testing default * [swift5] Update swift-tools-version to 5.1 * [swift5] Update samples and docs
926 B
926 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] |