I just switched from flaks_restplus to flask_restx. I start getting the marshal error.
jsonschema.exceptions.ValidationError: None is not of type 'object'
I defined this field in my modal, and the dict I passed in.
"my_field": fields.Raw
{... 'my_field': None}
How can I allow None for the field?