You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.
I am curious what the strategy is for integrating the Enum class with the enum parameter. Will types other than String also support enum (ala EnumSchemaMixin)? I ask because I want to write a PR for this.
The swagger example has instances where
String(enum=...)
and String does not support the keyword argument enum (yet).The text was updated successfully, but these errors were encountered: