mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-10 15:54:18 +00:00
* minor improvements to bash generator * test bash * fix path * test bash in travis * fix pom
1.1 KiB
1.1 KiB
format_test
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| integer | integer | [optional] [default to null] | |
| int32 | integer | [optional] [default to null] | |
| int64 | integer | [optional] [default to null] | |
| number | integer | [default to null] | |
| float | float | [optional] [default to null] | |
| double | float | [optional] [default to null] | |
| string | string | [optional] [default to null] | |
| byte | string | [default to null] | |
| binary | binary | [optional] [default to null] | |
| date | string | [default to null] | |
| dateTime | string | [optional] [default to null] | |
| uuid | string | [optional] [default to null] | |
| password | string | [default to null] | |
| BigDecimal | BigDecimal | [optional] [default to null] |