Skip to content

Commit

Permalink
Updated JSON-LD context to support proofChain
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Dec 8, 2021
1 parent b3d1381 commit 421c6e7
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"mydata": "https://dictionary.mydata.org/prodserv/",
"dpv": "http://www.w3.org/ns/dpv#",
"mydata_did": "https://github.com/decentralised-dataexchange/automated-data-agreements/blob/main/docs/did-spec.md#",
"sec": "https://w3id.org/security#",
"id": {
"@id": "data_agreement:id",
"@type": "mydata:uid"
Expand Down Expand Up @@ -136,6 +137,11 @@
"principle-did": {
"@id": "data_agreement:principle-did",
"@type": "mydata_did:2the-didmydata-format"
},
"proofChain": {
"@id": "sec:proof",
"@type": "@id",
"@container": "@set"
}
}
}

0 comments on commit 421c6e7

Please sign in to comment.