openapi-generator/samples/client/petstore/swift5/default/docs/AdditionalPropertiesClass.md
Ayman Bagabas f7c3773903
Swift5 use json type for any (#9206)
* [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
2021-04-26 09:57:42 +08:00

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]

[Back to Model list] [Back to API list] [Back to README]