Skip to content

Tag: marshmallow

Using input parameters for validation with marshmallow

Is it possible to pass parameters to a marshmallow schema to use for validation on load? I have the following schema: and I’m wondering whether, instead of typing “a”, “b”, “c”, I could put parameters in there? Something like except this doesn’t work because the…