forked from cardano-foundation/CIPs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
example.json
58 lines (58 loc) · 3.23 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": "7ea09a34aebb13c9841c71397b1cabfec5ddf950405293dee496cac2f437480a", "signature": "68078efeff90970d2320a2bb5021d1aea81bc4907bf33d54fd17989f020719f3f5c4da3dccf7aa61d51c1e6fececd95309c37e7eef331b199cd5f8e78992ea0d"}}
],
"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" }
]
}
}