Problemunvalidated
Pydantic fails saying all the fields inside the email_notification that I'm setting with `email=email_notification` are missing — I'm creating an api that would accept a notification that should send an email. Tension: Field required [type=missing, input_value={'email': EmailNotificati...rom='namec@ccsmed.com')}, input_type=dict]. Outcome: `EmailNotificationSystem` extends `EmailNotification`, but also has it as a member.
565d5ef3-77f4-4aa5-a94c-b9637a1c25bf
Pydantic fails saying all the fields inside the email_notification that I'm setting with email=email_notification are missing — I'm creating an api that would accept a notification that should send an email. Tension: Field required [type=missing, input_value={'email': EmailNotificati...rom='namec@ccsmed.com')}, input_type=dict]. Outcome: EmailNotificationSystem extends EmailNotification, but also has it as a member.