Skip to content

Commit

Permalink
Merge pull request #7775 from mosip/maheswaras-patch-79
Browse files Browse the repository at this point in the history
Update identity-mapping.json
  • Loading branch information
ckesiraju authored Dec 19, 2024
2 parents 1602793 + 9bcb9cc commit d74ec9f
Showing 1 changed file with 18 additions and 40 deletions.
58 changes: 18 additions & 40 deletions identity-mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"value" : "selectedHandles"
},
"name": {
"value": "fullName"
},
"value": "firstName,lastName"
},
"gender": {
"value": "gender"
},
Expand Down Expand Up @@ -73,31 +73,19 @@
"value": "zone,postalCode"
},
"addressLine1": {
"value": "addressLine1"
},
"addressLine2": {
"value": "addressLine2"
},
"addressLine3": {
"value": "addressLine3"
"value": "addressLine"
},
"location1": {
"value": "city"
"value": "province"
},
"location2": {
"value": "region"
"value": "district"
},
"location3": {
"value": "province"
},
"postalCode": {
"value": "postalCode"
},
"location4": {
"value": "zone"
"value": "constituency"
},
"fullAddress": {
"value": "addressLine1,addressLine2,addressLine3,city,region,province,postalCode"
"value": "addressLine,province,district,constituency"
},
"bestTwoFingers": {
"value": "bestTwoFingers"
Expand All @@ -108,36 +96,29 @@
"picture": {
"value": "face"
},
"address": {
"value": "addressLine,province,district,constituency"
},
"phone_number": {
"value": "phoneNumber"
},
"address": {
"value": "addressLine1,addressLine2,addressLine3,city,region,province,postalCode"
"postal_code": {
"value": "postalCode"
},

"individual_id": {
"value": "individual_id"
},
"attributes": {
"value": "fln,ad1,ad2,ad3,cit,reg,pro,poc,cph,em,ph,gen,dob"
},
"street_address": {
"value": "addressLine1,addressLine2,addressLine3"
"value": "addressLine1,addressLine2,addressLine3"
},
"locality": {
"value": "city"
"value": "constituency"
},
"region": {
"value": "region"
},
"postal_code": {
"value": "postalCode"
"value": "district"
},
"country": {
"value": "province"
},
"password": {
"value": "password"
"value": "province"
}
},
"metaInfo": {
Expand All @@ -164,11 +145,8 @@
}
},
"attributeUpdateCountLimit": {
"fullName": 5,
"gender": 2,
"firstName": 2,
"gender": 4,
"dateOfBirth": 3



}
}

0 comments on commit d74ec9f

Please sign in to comment.