forked from loafle/openapi-generator-original
* Update Dockerfile.mustache Using alpine instead of ubuntu for leaner Docker images. Small fix for welcome message. Changing default shell to `zsh` and fixing entrypoint. * update samples * move config, add new files Co-authored-by: avbenavides <62693723+avbenavides@users.noreply.github.com>
1.0 KiB
1.0 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 | Decimal | [optional] [default to null] |