forked from loafle/openapi-generator-original
* Stops converting primitive models into object models, adds ComposedSchemas with mixed type * Reverts java and mustache changes * Reverts mroe files * Samples regen * Fixes remaining tests
1.0 KiB
1.0 KiB
enum_test.EnumTest
Properties
Name | Type | Description | Notes |
---|---|---|---|
enum_string_required | str | ||
enum_string | str | [optional] | |
enum_integer | int | [optional] | |
enum_number | float | [optional] | |
string_enum | string_enum.StringEnum | [optional] | |
integer_enum | integer_enum.IntegerEnum | [optional] | |
string_enum_with_default_value | string_enum_with_default_value.StringEnumWithDefaultValue | [optional] | |
integer_enum_with_default_value | integer_enum_with_default_value.IntegerEnumWithDefaultValue | [optional] | |
integer_enum_one_value | integer_enum_one_value.IntegerEnumOneValue | [optional] |