Closed sergei-maertens closed 1 year ago
Fixes #61
I'm not sure if the approach of setting schema_type = DataType.ANY_OF is correct, perhaps this should become an explicit schema with all possible types?
schema_type = DataType.ANY_OF
Thanks, published as v1.1.11 version 👍
Thank you! 🙌
Fixes #61
I'm not sure if the approach of setting
schema_type = DataType.ANY_OF
is correct, perhaps this should become an explicit schema with all possible types?