From 24fb2f3f90ef406884d335bd20618ebb8b6ead78 Mon Sep 17 00:00:00 2001 From: Son Chau Date: Wed, 6 Dec 2023 21:19:25 +0700 Subject: [PATCH] Update nested_data.py --- chord_metadata_service/mohpackets/schemas/nested_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chord_metadata_service/mohpackets/schemas/nested_data.py b/chord_metadata_service/mohpackets/schemas/nested_data.py index 5fcf91a69..f67c27a31 100644 --- a/chord_metadata_service/mohpackets/schemas/nested_data.py +++ b/chord_metadata_service/mohpackets/schemas/nested_data.py @@ -210,7 +210,7 @@ class DonorWithClinicalDataSchema(ModelSchema): ) followups: List[NestedFollowUpSchema] = Field(None, alias="followup_set") biomarkers: List[NestedBiomarkerSchema] = Field(None, alias="biomarker_set") - exposures: List[NestedExposureSchema] = Field(None, alias="exposure_set") + exposures_test: List[NestedExposureSchema] = Field(None, alias="exposure_set") comorbidities: List[NestedComorbiditySchema] = Field(None, alias="comorbidity_set") class Config: