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
I have a schema with a Union of other object types. Is this possible with this package and json schema?
unsupported field type <fields.Union(dump_default=<marshmallow.missing>, attribute=None, validate=None, required=True, load_only=False, dump_only=False, load_default=<marshmallow.missing>, allow_none=False, error_messages={'required': 'Missing data for required field.', 'null': 'Field may not be null.', 'validator_failed': 'Invalid value.'})>
The text was updated successfully, but these errors were encountered:
I have a schema with a Union of other object types. Is this possible with this package and json schema?
The text was updated successfully, but these errors were encountered: