forked from loafle/openapi-generator-original
* python->python-legacy, python-experimental->python * test with openjdk8 * test with openjdk11 * comment out rm * move kotlin tests to circleci * move kotlin tests * move tests to circleci * fix circleci * rearrange test * move tests * use wrapper Co-authored-by: Justin Black <justin.a.black@gmail.com>
931 B
931 B
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] |