forked from mosip/mosip-config
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplicanttype-document-mapping.json
More file actions
34 lines (34 loc) · 961 Bytes
/
applicanttype-document-mapping.json
File metadata and controls
34 lines (34 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"applicantCategory": [
{
"applicantType": "adult",
"documentCategory": [
{
"key": "proofOfAddress",
"values": ["DOC001", "DOC013", "DOC014", "DOC015", "DOC005", "DOC005", "DOC006", "DOC016", "DOC017", "DOC018", "DOC008"]
},
{
"key": "proofOfIdentity",
"values": ["DOC001", "DOC002", "DOC003", "DOC004", "DOC005", "DOC006", "DOC007", "DOC008", "DOC009", "DOC010", "DOC011", "DOC012"]
}
]
},
{
"applicantType": "child",
"documentCategory": [
{
"key": "proofOfRelation",
"values": ["DOC024", "DOC025", "DOC026", "DOC001", "DOC027", "DOC028"]
},
{
"key": "proofOfIdentity",
"values": ["DOC001", "DOC006", "DOC009"]
},
{
"key": "proofOfAddress",
"values": ["DOC001", "DOC013", "DOC014", "DOC006"]
}
]
}
]
}