From 4d616bc47de1a80fe4a74ced774d088c30bc14cd Mon Sep 17 00:00:00 2001 From: Vignesh-Kalyanasundaram Date: Fri, 11 Oct 2024 17:17:27 +0530 Subject: [PATCH] EDGPATRON-151 Adding new api contract for Post and get api of LC User registration --- ramls/staging_user.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ramls/staging_user.json b/ramls/staging_user.json index 4c5669c..c2041df 100644 --- a/ramls/staging_user.json +++ b/ramls/staging_user.json @@ -100,6 +100,5 @@ "maxItems": 3, "uniqueItems": true } - }, - "required": ["generalInfo.firstName", "generalInfo.lastName", "contactInfo.email"] + } }