forked from loafle/openapi-generator-original
* Align indentation * Add equals and hashcode to singleRequestParameter static class * Add missing sample updates that were affected by new imports * add restclient sample * update FILES, chmod=+x * Update samples with jakarta annotations * Updates samples --------- Co-authored-by: martin-mfg <2026226+martin-mfg@users.noreply.github.com>
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" |