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
575 B
575 B
EnumArrays
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| justSymbol | JustSymbolEnum | [optional] | |
| arrayEnum | List<ArrayEnumEnum> | [optional] |
Enum: JustSymbolEnum
| Name | Value |
|---|---|
| GREATER_THAN_OR_EQUAL_TO | ">=" |
| DOLLAR | "$" |
Enum: List<ArrayEnumEnum>
| Name | Value |
|---|---|
| FISH | "fish" |
| CRAB | "crab" |