From cef3aff0f562a2c28108cedaeb274c013af58614 Mon Sep 17 00:00:00 2001 From: Eric Hoekstra Date: Thu, 21 Nov 2024 08:22:54 +0100 Subject: [PATCH] [indicators] Removed patPubId from Dymo API, since it was removed in the review. --- schemas/dymo.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/schemas/dymo.yaml b/schemas/dymo.yaml index a57a52f..17c5159 100644 --- a/schemas/dymo.yaml +++ b/schemas/dymo.yaml @@ -2,8 +2,6 @@ type: array items: type: object properties: - patPubId: - $ref: '../schemas/PatIdentity.yaml#/patPubId' patUnid: $ref: '../schemas/PatIdentity.yaml#/patUnid' displayName: @@ -16,7 +14,6 @@ items: type: string example: "2552 XT HAMOR" required: - - patUnid - displayName - addressLine1 - addressLine2 \ No newline at end of file