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.
The text was updated successfully, but these errors were encountered:
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'sOneOf
field type showsMust be one of: FOO
.The text was updated successfully, but these errors were encountered: