Add choices params as Enum details
0.9.1
Features
- Add choices values to
OpenAPI
specs, so it looks like nativeEnum
field in the result schema.
Fixes
- Fix
choices
behavior withfastapi
usage when special fields can be not initialized yet but passed as strings etc.