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
Custom fields are problematic because flask_accepts wants to convert various marshmallow fields into an equivalent data type in flask_restx for Swagger documentation. The error you are receiving is indicating that there isn’t a known equivalent for Swagger, so your field would not show up in the resulting documentation, unfortunately.
it would be fine if it's not in documentation but it fails so I cannot do validation and marshaling what has higher priority than documentation I think. Could we leave this field undocumented or something what could not break basic functionality?
Hi,
I wanted to use custom marshmallow field related to mongo data serialisation
The text was updated successfully, but these errors were encountered: