forked from loafle/openapi-generator-original
* add anytype support to java * fix test * fix primitive type * update tests * update samples
764 B
764 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] |