-
Notifications
You must be signed in to change notification settings - Fork 0
/
lumiav2.jsonld
31 lines (31 loc) · 1.04 KB
/
lumiav2.jsonld
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
{
"@context": [
{
"@protected": true,
"@version": 1.1,
"id": "@id",
"type": "@type",
"KYC": {
"@context": {
"@propagate": true,
"@protected": true,
"polygon-vocab": "urn:uuid:43dd7cb3-f051-4708-b2bb-0f01191fd5f9#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Wallet_Address": {
"@id": "polygon-vocab:Wallet_Address",
"@type": "xsd:string"
},
"synaps_session_id": {
"@id": "polygon-vocab:synaps_session_id",
"@type": "xsd:string"
},
"Kyc_Approved": {
"@id": "polygon-vocab:Kyc_Approved",
"@type": "xsd:boolean"
}
},
"@id": "urn:uuid:70333434-4d73-4439-9535-ea14474e3f27"
}
}
]
}