forked from loafle/openapi-generator-original
* 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>
1.1 KiB
1.1 KiB
EnumTest
Properties
Name | Type | Description | Notes |
---|---|---|---|
enum_string_required | str | ||
enum_string | str | [optional] | |
enum_integer | int | [optional] | |
enum_number | float | [optional] | |
string_enum | StringEnum | [optional] | |
integer_enum | IntegerEnum | [optional] | |
string_enum_with_default_value | StringEnumWithDefaultValue | [optional] | |
integer_enum_with_default_value | IntegerEnumWithDefaultValue | [optional] | |
integer_enum_one_value | IntegerEnumOneValue | [optional] | |
inline_array_of_str_enum | [StringEnum] | [optional] | |
array_of_str_enum | ArrayOfEnums | [optional] |