forked from loafle/openapi-generator-original
* [Microprofile] Add Json-B polymorphism annotations * [Microprofile] Set openApiNullable in configs to false * [Microprofile] Bump JSON Bind version to 3.0 * [Microprofile] Only apply JSON-B polymorphism for MP 3.0 * Update samples * [Microprofile] Update documentation/configs for openApiNullable * Update docs
601 B
601 B
MapTest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| mapMapOfString | Map<String, Map<String, String>> | [optional] | |
| mapOfEnumString | [Map<String, InnerEnum>](#Map<String, InnerEnum>) | [optional] | |
| directMap | Map<String, Boolean> | [optional] | |
| indirectMap | Map<String, Boolean> | [optional] |
Enum: Map<String, InnerEnum>
| Name | Value |
|---|---|
| UPPER | "UPPER" |
| LOWER | "lower" |