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.'})>
I have a schema with a Union of other object types. Is this possible with this package and json schema?