Justin Black b67318ef21 Adds spec additionalProperties + nullable examples (#2405)
* Adds v2 spec additionalproperties examples, adds v3 spec nulllable model example, updates samples

* Remaining samples updates

* Adds csharp generator update to handle models with multilevel parent types, which works for the AdditionalPropertiesObject model, samples updated
2019-03-20 15:31:28 +08:00

784 B

OpenApiPetstore.AdditionalPropertiesClass

Properties

Name Type Description Notes
mapString {String: String} [optional]
mapNumber {String: Number} [optional]
mapInteger {String: Number} [optional]
mapBoolean {String: Boolean} [optional]
mapArrayInteger {String: [Number]} [optional]
mapArrayAnytype {String: [Object]} [optional]
mapMapString {String: {String: String}} [optional]
mapMapAnytype {String: {String: Object}} [optional]
anytype1 Object [optional]
anytype2 Object [optional]
anytype3 Object [optional]