I am new to using flask/marshmallow and I have an object that looks like this:
{'field_0': {'field_1': {'field_2': {'field_3': '...', 'value': 'this is the value I want'}}}}
Is it possible to define a schema for this using marshmallow without creating 4 nested classes?