I have the following schema:
class Task(EmbeddedDocument): description = StringField() is_finished = BooleanField(default=False) class Plan(DynamicDo