mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-16 06:30:52 +00:00
* Add a space between table title and the line above it to resolve issues when translating markdown to asciidoc * Regenerate Samples Co-authored-by: Tyler Ballast <tyler.ballast@reportix.com> Co-authored-by: tballast <tyler.ballast@gmail.com>
612 B
612 B
ObjectModelWithRefProps
a model that includes properties which should stay primitive (String + Boolean) and one which is defined as a class, NumberWithValidations
Properties
Name | Type | Description | Notes |
---|---|---|---|
my_number | NumberWithValidations | [optional] | |
my_string | str | [optional] | |
my_boolean | bool | [optional] |