forked from loafle/openapi-generator-original
* Added tests and fix for issue #1392. Param validation with regex not recognizing \d correctly in Ruby client. * Added generated files to pass ./bin/utils/ensure-up-to-date which is run by circleci
907 B
907 B
Petstore::FormatTest
Properties
Name | Type | Description | Notes |
---|---|---|---|
integer | Integer | [optional] | |
int32 | Integer | [optional] | |
int64 | Integer | [optional] | |
number | Float | ||
float | Float | [optional] | |
double | Float | [optional] | |
string | String | [optional] | |
byte | String | ||
binary | File | [optional] | |
date | Date | ||
date_time | DateTime | [optional] | |
uuid | String | [optional] | |
password | String | ||
pattern_with_digits | String | A string that is a 10 digit number. Can have leading zeros. | [optional] |
pattern_with_digits_and_delimiter | String | A string starting with 'image_' (case insensitive) and one to three digits following i.e. Image_01. | [optional] |