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.2 KiB
1.2 KiB
AdditionalPropertiesClass
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| mapUnderscorestring | map[String, string] | [optional] [default to null] | |
| mapUnderscorenumber | map[String, integer] | [optional] [default to null] | |
| mapUnderscoreinteger | map[String, integer] | [optional] [default to null] | |
| mapUnderscoreboolean | map[String, boolean] | [optional] [default to null] | |
| mapUnderscorearrayUnderscoreinteger | map[String, array[integer]] | [optional] [default to null] | |
| mapUnderscorearrayUnderscoreanytype | map[String, array[map]] | [optional] [default to null] | |
| mapUnderscoremapUnderscorestring | map[String, map[String, string]] | [optional] [default to null] | |
| mapUnderscoremapUnderscoreanytype | map[String, map[String, map]] | [optional] [default to null] | |
| anytypeUnderscore1 | map | [optional] [default to null] | |
| anytypeUnderscore2 | map | [optional] [default to null] | |
| anytypeUnderscore3 | map | [optional] [default to null] |