Skip to content

Commit

Permalink
Update schema.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinberg authored Jan 18, 2024
1 parent ae30adc commit 646c3da
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 @@ -111,7 +111,7 @@ def patient_schema(per_event_metadata_schema=pa.null()):

# Python types for the above schema

CodeMetadataEntry = TypedDict("CodeMetadataEntry", {"description": str, "standard_ontology_codes": List[str]})
CodeMetadataEntry = TypedDict("CodeMetadataEntry", {"description": str, "parent_codes": List[str]})
CodeMetadata = Mapping[str, CodeMetadataEntry]
DatasetMetadata = TypedDict(
"DatasetMetadata",
Expand Down

0 comments on commit 646c3da

Please sign in to comment.