Skip to content

Commit

Permalink
Update schema.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinberg authored Apr 30, 2024
1 parent 53d4526 commit e2263ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meds/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def patient_schema(per_event_properties_schema=pa.null(), per_patient_properties
},
)

Patient = TypedDict("Patient", {"patient_id": int, "events": List[Event]})
Patient = TypedDict("Patient", {"patient_id": int, "events": List[Event], "properties": NotRequired[Any]})

############################################################

Expand Down

0 comments on commit e2263ba

Please sign in to comment.