forked from loafle/openapi-generator-original
* updating test to use the Java RESTEasy echo api client (#17367) * regenerated samples * set source and target to 1.8 to fix workflow failure, adapted parser
989 B
989 B
DefaultValue
to test the default value of properties
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| arrayStringEnumRefDefault | List<StringEnumRef> | [optional] | |
| arrayStringEnumDefault | List<ArrayStringEnumDefaultEnum> | [optional] | |
| arrayStringDefault | List<String> | [optional] | |
| arrayIntegerDefault | List<Integer> | [optional] | |
| arrayString | List<String> | [optional] | |
| arrayStringNullable | List<String> | [optional] | |
| arrayStringExtensionNullable | List<String> | [optional] | |
| stringNullable | String | [optional] |
Enum: List<ArrayStringEnumDefaultEnum>
| Name | Value |
|---|---|
| SUCCESS | "success" |
| FAILURE | "failure" |
| UNCLASSIFIED | "unclassified" |