forked from EarthProgram/artifacts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsimpleIID.json
42 lines (42 loc) · 1.13 KB
/
simpleIID.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
{
"@context": [
"https://www.w3.org/ns/did/v1",
"https://w3id.org/security/suites/ed25519-2020/v1",
"http://legreq.com/earth/iid/v1"
],
"id": "did:cosmos:ixo:nft:1:AAAAC3NzaC1lZDI1NTE5AAAAICwtd+9EJPeiBDh37Ffi6uJ6grYqtH97WrJW0fyui9rX",
"verificationMethod": [
{
"id": "#key-0",
"type": "Ed25519VerificationKey2020",
"controller": "did:example:AAAAC3NzaC1lZDI1NTE5AAAAICwtd+9EJPeiBDh37Ffi6uJ6grYqtH97WrJW0fyui9rX",
"publicKeyMultibase": "AAAAC3NzaC1lZDI1NTE5AAAAICwtd+9EJPeiBDh37Ffi6uJ6grYqtH97WrJW0fyui9rX"
}
],
"authentication": [
"#key-0"
],
"assertionMethod": [
"#key-0"
],
"capabilityDelegation": [
"#key-0"
],
"capabilityInvocation": [
"#key-0"
],
"linkedResource": {
"id": "#proposal",
"path": "/proposal",
"rel": "detail",
"type": "iid:ResourceDescriptor",
"resourceFormat": "application/pdf",
"compression": "gzip",
"endpoint": "https://www.w3id.org/earth/artifacts/hydroelec.proposal.pdf.gzip",
"proof": {
"type": "iid:hash",
"stage": "raw",
"value": "asdrioqweindcuioqweroiasdcnuieasdnjcjasdkf"
}
}
}