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
Rather than "Unsupported value: 'foo'", I'd like to show the supported values, similar to how Marshmallow's OneOf field type shows Must be one of: FOO.
Relevant code:
marshmallow-oneofschema/marshmallow_oneofschema/one_of_schema.py
Line 169 in a17d5c1
Rather than
"Unsupported value: 'foo'", I'd like to show the supported values, similar to how Marshmallow'sOneOffield type showsMust be one of: FOO.