From 7bea68429f4cc75575905f8d098d637096e0bd6e Mon Sep 17 00:00:00 2001 From: Daniel Cloud Date: Mon, 25 Mar 2024 18:20:34 -0400 Subject: [PATCH] Add trackingList item to openapi schema --- modules/my_health/docs/openapi_merged.yaml | 25 +++++++++++++++++++ .../docs/schemas/PrescriptionDetail.yml | 25 +++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/modules/my_health/docs/openapi_merged.yaml b/modules/my_health/docs/openapi_merged.yaml index d86db25679e..bbeeadc30f3 100644 --- a/modules/my_health/docs/openapi_merged.yaml +++ b/modules/my_health/docs/openapi_merged.yaml @@ -2713,6 +2713,31 @@ components: example: Rx Medication trackingList: type: array + items: + type: object + properties: + carrier: + type: string + completeDateTime: + type: datetime + dateLoaded: + type: datetime + dialDivisionPhone: + type: string + divisionPhone: + type: string + ndc: + type: string + othersInSamePackage: + type: boolean + rxNumber: + type: string + stationNumber: + type: string + trackingNumber: + type: string + viewImageDisplayed: + type: boolean example: [] rxRfRecords: type: array diff --git a/modules/my_health/docs/schemas/PrescriptionDetail.yml b/modules/my_health/docs/schemas/PrescriptionDetail.yml index 6bf2f7cb2ef..18fdc2fed8b 100644 --- a/modules/my_health/docs/schemas/PrescriptionDetail.yml +++ b/modules/my_health/docs/schemas/PrescriptionDetail.yml @@ -175,6 +175,31 @@ properties: example: "Rx Medication" trackingList: type: array + items: + type: object + properties: + carrier: + type: string + completeDateTime: + type: datetime + dateLoaded: + type: datetime + dialDivisionPhone: + type: string + divisionPhone: + type: string + ndc: + type: string + othersInSamePackage: + type: boolean + rxNumber: + type: string + stationNumber: + type: string + trackingNumber: + type: string + viewImageDisplayed: + type: boolean example: [] rxRfRecords: type: array