forked from loafle/openapi-generator-original
* add multiple servers support to JS ES6 * multiple server support in js es5 * using exports in es5 * fix index check * add oas v3 js es6 client to travis
642 B
642 B
OpenApiPetstore.InlineObject2
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| enumFormStringArray | [String] | Form parameter enum test (string array) | [optional] |
| enumFormString | String | Form parameter enum test (string) | [optional] [default to '-efg'] |
Enum: [EnumFormStringArrayEnum]
-
GREATER_THAN(value:">") -
DOLLAR(value:"$")
Enum: EnumFormStringEnum
-
_abc(value:"_abc") -
-efg(value:"-efg") -
(xyz)(value:"(xyz)")