forked from loafle/openapi-generator-original
* 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
753 B
753 B
FormatTest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| number | float | ||
| byte | str | ||
| date | date | ||
| password | str | ||
| integer | int | [optional] | |
| int32 | int | [optional] | |
| int64 | int | [optional] | |
| float | float | [optional] | |
| double | float | [optional] | |
| string | str | [optional] | |
| binary | file_type | [optional] | |
| date_time | datetime | [optional] | |
| uuid | str | [optional] |