forked from ehanoc/CIPs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.body.json
54 lines (54 loc) · 2.88 KB
/
example.body.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
{
"@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"
}
}
}
}
},
"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" }
]
}
}