Skip to content

Commit

Permalink
Removed Unused fields (mosip#335)
Browse files Browse the repository at this point in the history
Signed-off-by: pvsaidurga <saidurgacsea@gmail.com>
  • Loading branch information
pvsaidurga committed Jan 31, 2025
1 parent 32976d8 commit 343ab9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion mock-identity-system/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 343ab9e

Please sign in to comment.