mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-06 11:43:45 +00:00
* 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
548 B
548 B
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] |