forked from loafle/openapi-generator-original
* Add a space between table title and the line above it to resolve issues when translating markdown to asciidoc * Regenerate Samples Co-authored-by: Tyler Ballast <tyler.ballast@reportix.com> Co-authored-by: tballast <tyler.ballast@gmail.com>
868 B
868 B
AdditionalPropertiesClass
Properties
Name | Type | Description | Notes |
---|---|---|---|
mapString | Map<String, String> | [optional] | |
mapNumber | Map<String, BigDecimal> | [optional] | |
mapInteger | Map<String, Integer> | [optional] | |
mapBoolean | Map<String, Boolean> | [optional] | |
mapArrayInteger | Map<String, List<Integer>> | [optional] | |
mapArrayAnytype | Map<String, List<Object>> | [optional] | |
mapMapString | Map<String, Map<String, String>> | [optional] | |
mapMapAnytype | Map<String, Map<String, Object>> | [optional] | |
anytype1 | Object | [optional] | |
anytype2 | Object | [optional] | |
anytype3 | Object | [optional] |