mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 08:31:23 +00:00
* added play framework 2.6 support * generated petstore sample * generated petstore sample #2 * generated petstore sample #3 * Revert "generated petstore sample #3" * generated petstore sample #4 * fixed circleci configs * one more time samples regen
625 B
625 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 | StringBooleanMap | [optional] |
Enum: Map<String, InnerEnum>
| Name | Value |
|---|---|
| UPPER | "UPPER" |
| LOWER | "lower" |