From ca39f73b45b58f3c9a802257770acbde33de6d0a Mon Sep 17 00:00:00 2001 From: Kapil Verma <85541312+kapil-epam@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:25:22 +0530 Subject: [PATCH] EDGPATRON-143: fixed PreferredEmailCommunication Service to Services (#124) * EDGPATRON-143: fixed PreferredEmailCommunication Service to Services * EDGPATRON-143: fixed PreferredEmailCommunication Service to Services --------- Co-authored-by: Kapil Verma --- ramls/examples/external_patron_collection.json | 2 +- ramls/external_patron.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ramls/examples/external_patron_collection.json b/ramls/examples/external_patron_collection.json index c7a969a..dde4bf1 100644 --- a/ramls/examples/external_patron_collection.json +++ b/ramls/examples/external_patron_collection.json @@ -43,7 +43,7 @@ "mobilePhone": "123-456-7890", "email": "jane.smith@example.com" }, - "preferredEmailCommunication": ["Programs", "Service"] + "preferredEmailCommunication": ["Programs", "Services"] } ], "totalRecords": 2 diff --git a/ramls/external_patron.json b/ramls/external_patron.json index 939266a..a5bd8d1 100644 --- a/ramls/external_patron.json +++ b/ramls/external_patron.json @@ -90,7 +90,7 @@ "description": "Email communication info of external patron", "items": { "type": "string", - "enum": ["Support", "Programs", "Service"] + "enum": ["Support", "Programs", "Services"] }, "maxItems": 3, "uniqueItems": true