forked from loafle/openapi-generator-original
* Rest-assured http client has been added
ApiClient has been added
@Deprecated has been added for operation
{{{returnType}}} has been fixed
build.gradle.mustache, build.sbt.mustache, api_doc_mustache has been added
Samples has been added for rest-assured
Useless supporting files has been removed for rest-assured
Sample has been added for rest-assured
* Tests has been added
* Doc and tests has been fixed, JSON.mustache moved to common
593 B
593 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" |