William Cheng d49de5b577
[JS] mark ES5 as deprecated (#6408)
* 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
2020-05-26 09:55:00 +08:00

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)")