mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 17:57:08 +00:00
* Adds lazy_import, removes python-exp java class renaming code, partial removal of getPythonClassName call sites Fixes PythonClientExperimentalTest.java Python-exp smaples regeneration Revers makefile Reverst pom.xml Fixes model imports in models.__init__ Updates docstring, omits lazy import in additional properties if we dont need it Improves additional_properties_type assignment if None Removes getPythonClassName Fixes python-exp tests * Removes unused makefiles
526 B
526 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] |