mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-09 15:54:12 +00:00
* [Python-experimental] Don't mandate passing in required value as argument * Remove usage of have_value * Address additional review comments * Fix tests according to the code change * Does not set None as value initial value, removes hasRequired tag usage, updates docstring Co-authored-by: Justin Black <justin.a.black@gmail.com>
405 B
405 B
StringEnumWithDefaultValue
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| value | str | defaults to "placed", must be one of ["placed", "approved", "delivered", ] |