forked from cardano-foundation/CIPs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.json
58 lines (58 loc) · 3.11 KB
/
example.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
58
{
"@context": {
"@language": "en-us",
"hashAlgorithm": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0100/README.md#hashAlgorithm",
"body": {
"@id": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0100/README.md#body",
"@context": {
"references": {
"@id": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0100/README.md#references",
"@container": "@set",
"@context": {
"governanceMetadata": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0100/README.md#GovernanceMetadataReference",
"other": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0100/README.md#OtherReference",
"label": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0100/README.md#reference-label",
"uri": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0100/README.md#reference-uri"
}
},
"comment": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0100/README.md#comment",
"externalUpdates": {
"@id": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0100/README.md#externalUpdates",
"@context": {
"title": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0100/README.md#update-title",
"uri": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0100/README.md#update-uri"
}
}
}
},
"authors": {
"@id": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0100/README.md#authors",
"@container": "@set",
"@context": {
"did": "@id",
"name": "http://xmlns.com/foaf/0.1/name",
"witness": {
"@id": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0100/README.md#witness",
"@context": {
"witnessAlgorithm": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0100/README.md#witnessAlgorithm",
"publicKey": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0100/README.md#publicKey",
"signature": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0100/README.md#signature"
}
}
}
}
},
"hashAlgorithm": "blake2b-256",
"authors": [
{ "name": "Pi Lanningham", "witness": { "witnessAlgorithm": "ed25519", "publicKey": "46e4db7f87497ba232977ccd591b3d040316b155e8c60e3ea49176c03fa269de", "signature": "abcd"}}
],
"body": {
"references": [
{ "@type": "other", "label": "CIP-100", "uri": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0100/README.md" }
],
"comment": "This is a test vector for CIP-100",
"externalUpdates": [
{ "title": "Blog", "uri": "https://314pool.com" }
]
}
}