mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-22 09:30:54 +00:00
* Python-experimental adds model_utils module, refactors python api class * Fixes python-experimental so the sample sare generated in the petstore_api folder * FIxes python samples tests * Updates python and python-experimental tests * Fixes python-experimental tests * Adds newlines back to python templates + samples * Reverts files with newline tweaks back to master branch versions * Fixes indentation errors in python-experimental api_client * Removes unused files * Python files now generated in correct folders * Adds logging when the user tries to set generateAliasAsModel in python-experimental * Fixes typo
523 B
523 B
EnumTest
Properties
Name | Type | Description | Notes |
---|---|---|---|
enum_string_required | str | ||
enum_string | str | [optional] | |
enum_integer | int | [optional] | |
enum_number | float | [optional] | |
outer_enum | OuterEnum | [optional] |