forked from mosip/mosip-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mosip-context.json
57 lines (52 loc) · 1.85 KB
/
mosip-context.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"@context": [{
"@version": 1.1
},"https://www.w3.org/ns/odrl.jsonld", {
"mosip": "https://${mosip.api.public.host}/mosip#",
"schema": "http://schema.org/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"vcVer": "mosip:vcVer",
"UIN": "mosip:UIN",
"addressLine1": {
"@id": "https://${mosip.api.public.host}/mosip#addressLine1",
"@context": {"value": "rdf:value", "lang": "@language"}
},
"addressLine2": {
"@id": "https://${mosip.api.public.host}/mosip#addressLine2",
"@context": {"value": "rdf:value", "lang": "@language"}
},
"addressLine3": {
"@id": "https://${mosip.api.public.host}/mosip#addressLine3",
"@context": {"value": "rdf:value", "lang": "@language"}
},
"city": {
"@id": "https://${mosip.api.public.host}/mosip#city",
"@context": {"value": "rdf:value", "lang": "@language"}
},
"gender": {
"@id": "https://${mosip.api.public.host}/mosip#gender",
"@context": {"value": "rdf:value", "lang": "@language"}
},
"residenceStatus": {
"@id": "https://${mosip.api.public.host}/mosip#residenceStatus",
"@context": {"value": "rdf:value", "lang": "@language"}
},
"dateOfBirth": "mosip:dateOfBirth",
"email": "mosip:email",
"fullName": {
"@id": "https://${mosip.api.public.host}/mosip#fullName",
"@context": {"value": "rdf:value", "lang": "@language"}
},
"phone": "mosip:phone",
"postalCode": "mosip:postalCode",
"province": {
"@id": "https://${mosip.api.public.host}/mosip#province",
"@context": {"value": "rdf:value", "lang": "@language"}
},
"region": {
"@id": "https://${mosip.api.public.host}/mosip#region",
"@context": {"value": "rdf:value", "lang": "@language"}
},
"biometrics": "mosip:biometrics"
}]
}