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

783 B

OpenApiPetstore.NullableClass

Properties

Name Type Description Notes
integerProp Number [optional]
numberProp Number [optional]
booleanProp Boolean [optional]
stringProp String [optional]
dateProp Date [optional]
datetimeProp Date [optional]
arrayNullableProp [Object] [optional]
arrayAndItemsNullableProp [Object] [optional]
arrayItemsNullable [Object] [optional]
objectNullableProp {String: Object} [optional]
objectAndItemsNullableProp {String: Object} [optional]
objectItemsNullable {String: Object} [optional]