Skip to content

Commit b7caf34

Browse files
authored
Add files via upload
1 parent 9da9912 commit b7caf34

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

Diff for: data (8).jsonld

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"@context": {
3+
"@language": "en-us",
4+
"CIP100": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0100/README.md#",
5+
"CIP108": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0108/README.md#",
6+
"hashAlgorithm": "CIP100:hashAlgorithm",
7+
"body": {
8+
"@id": "CIP108:body",
9+
"@context": {
10+
"references": {
11+
"@id": "CIP108:references",
12+
"@container": "@set",
13+
"@context": {
14+
"GovernanceMetadata": "CIP100:GovernanceMetadataReference",
15+
"Other": "CIP100:OtherReference",
16+
"label": "CIP100:reference-label",
17+
"uri": "CIP100:reference-uri",
18+
"referenceHash": {
19+
"@id": "CIP108:referenceHash",
20+
"@context": {
21+
"hashDigest": "CIP108:hashDigest",
22+
"hashAlgorithm": "CIP100:hashAlgorithm"
23+
}
24+
}
25+
}
26+
},
27+
"title": "CIP108:title",
28+
"abstract": "CIP108:abstract",
29+
"motivation": "CIP108:motivation",
30+
"rationale": "CIP108:rationale"
31+
}
32+
},
33+
"authors": {
34+
"@id": "CIP100:authors",
35+
"@container": "@set",
36+
"@context": {
37+
"name": "http://xmlns.com/foaf/0.1/name",
38+
"witness": {
39+
"@id": "CIP100:witness",
40+
"@context": {
41+
"witnessAlgorithm": "CIP100:witnessAlgorithm",
42+
"publicKey": "CIP100:publicKey",
43+
"signature": "CIP100:signature"
44+
}
45+
}
46+
}
47+
}
48+
},
49+
"hashAlgorithm": "blake2b-256",
50+
"body": {
51+
"abstract": "Test on chain",
52+
"motivation": "Test on chain",
53+
"rationale": "Test on chain",
54+
"title": "Test on chain"
55+
}
56+
}

0 commit comments

Comments
 (0)