From 343ab9eba2af470c9c3ef31720e294169a50b009 Mon Sep 17 00:00:00 2001 From: pvsaidurga Date: Fri, 31 Jan 2025 11:45:46 +0530 Subject: [PATCH] Removed Unused fields (#335) Signed-off-by: pvsaidurga --- mock-identity-system/README.md | 1 - .../src/main/resources/application-default.properties | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/mock-identity-system/README.md b/mock-identity-system/README.md index eae1deed..a7f92edc 100644 --- a/mock-identity-system/README.md +++ b/mock-identity-system/README.md @@ -64,7 +64,6 @@ This validation ensures that the provided Identity data adhere to the defined sc How It Works * For create operations: 1. The system validates all fields present in the identity data against the schema defined in mock-identity-schema.json. - 2. All fields, including non-mandatory ones, are required. * For update operations: 1. The system first validates all mandatory fields against the main schema. 2. Non-mandatory fields specified in mosip.mock.ida.update-identity.non-mandatory.fields are ignored during validation. diff --git a/mock-identity-system/src/main/resources/application-default.properties b/mock-identity-system/src/main/resources/application-default.properties index dcae9dcb..6a4cc565 100644 --- a/mock-identity-system/src/main/resources/application-default.properties +++ b/mock-identity-system/src/main/resources/application-default.properties @@ -110,8 +110,7 @@ spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true mosip.esignet.mock.authenticator.ida.otp-channels=email,phone -mosip.esignet.mock.supported-fields=individualId,pin,givenName,familyName,gender,dateOfBirth,email,phone,streetAddress,locality,region,postalCode,country - +mosip.mock.ida.kba.default.field-language=eng #Related to health check of hsm