-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPOWA.jsonld
More file actions
31 lines (31 loc) · 1.02 KB
/
Copy pathPOWA.jsonld
File metadata and controls
31 lines (31 loc) · 1.02 KB
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",
"proofWalletAccess": {
"@context": {
"@propagate": true,
"@protected": true,
"polygon-vocab": "urn:uuid:c2610c4f-0eb5-429b-b819-33027eaba878#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"adress": {
"@id": "polygon-vocab:adress",
"@type": "xsd:string"
},
"challenge": {
"@id": "polygon-vocab:challenge",
"@type": "xsd:string"
},
"signature": {
"@id": "polygon-vocab:signature",
"@type": "xsd:string"
}
},
"@id": "urn:uuid:99529e88-0cd2-4c4e-b6c3-a727ac6247e0"
}
}
]
}