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

907 B

OpenApiPetstore.FormatTest

Properties

Name Type Description Notes
integer Number [optional]
int32 Number [optional]
int64 Number [optional]
_number Number
_float Number [optional]
_double Number [optional]
_string String [optional]
_byte Blob
binary File [optional]
_date Date
dateTime Date [optional]
uuid String [optional]
password String
patternWithDigits String A string that is a 10 digit number. Can have leading zeros. [optional]
patternWithDigitsAndDelimiter String A string starting with 'image_' (case insensitive) and one to three digits following i.e. Image_01. [optional]