python3-marshmallow-polyfield

marshmallow extension for polymorphic fields
  https://github.com/Bachmann1234/marshmallow-polyfield
  0
  no reviews



Marshmallow extension that adds a custom field designed for polymorphic types, allowing defining schemas that say "this field accepts anything of type X". This field should support the same properties as other marshmallow fields, including "required", "allow_none", and "many".