Say you have a schema
from marshmallow import * schema = Schema.from_dict({\'li\':fields.List(fields.Str)})
Then you can do
sc