Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarrant64 authored Oct 27, 2024
1 parent a411466 commit 29703ed
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions Vote_Context_info_10272024.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"@context": {
"CIP100": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0100/README.md#",
"hashAlgorithm": "CIP100:hashAlgorithm",
"body": {
"@id": "CIP100:body",
"@context": {
"references": {
"@id": "CIP100:references",
"@container": "@set",
"@context": {
"GovernanceMetadata": "CIP100:GovernanceMetadataReference",
"Other": "CIP100:OtherReference",
"label": "CIP100:reference-label",
"uri": "CIP100:reference-uri",
"referenceHash": {
"@id": "CIP100:referenceHash",
"@context": {
"hashDigest": "CIP100:hashDigest",
"hashAlgorithm": "CIP100:hashAlgorithm"
}
}
}
},
"comment": "CIP100:comment",
"externalUpdates": {
"@id": "CIP100:externalUpdates",
"@context": {
"title": "CIP100:update-title",
"uri": "CIP100:uri"
}
}
}
},
"authors": {
"@id": "CIP100:authors",
"@container": "@set",
"@context": {
"name": "http://xmlns.com/foaf/0.1/name",
"witness": {
"@id": "CIP100:witness",
"@context": {
"witnessAlgorithm": "CIP100:witnessAlgorithm",
"publicKey": "CIP100:publicKey",
"signature": "CIP100:signature"
}
}
}
}
},
"authors": [],
"body": {
"comment": "More context on the vote found here: https://www.ryp.io/announcements/c0a7f23d-a483-4e73-8bdc-215a59991f6e"
},
"hashAlgorithm": "blake2b-256"
}

0 comments on commit 29703ed

Please sign in to comment.