I've been searching for a while about how to validate if a dictionary's key has value (required) and this value's type is bytes
using Marshmallow, but I didn't find anything that could work.
There's no "basic" field type in the Marshmallow reference documentaiton which matches with bytes
data type. So I asume that it has to be a custom field.
Does anyone has already faced this problem? Any clue to solve it?
Thank you