William Cheng 9377dbca56
Add "decimal" support (#7808)
* rename BigDecimal to decimal

* add isDecimal

* fix tests

* minor fixes

* fix mapping, update doc

* update test spec

* update c# samples
2020-11-02 21:31:32 +08:00

949 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]
decimal 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]