forked from loafle/openapi-generator-original
* mark js es5 deprecated, remove samples, migrate samples to use oas3 * update test in pom.xml * update js samples * delete js es5 samples * update js petstore * remove openapi3 js petstore * fix tests * skip test/model/AdditionalPropertiesArray.spec.js * fix test * update doc
570 B
570 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)"
)