From 421c6e7387df85cff60123eca0149c94075daf8c Mon Sep 17 00:00:00 2001 From: George J Padayatti Date: Wed, 8 Dec 2021 13:31:34 +0530 Subject: [PATCH] Updated JSON-LD context to support proofChain Signed-off-by: George J Padayatti --- .../v1/data-agreement-schema-context.jsonld | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/interface-specs/data-agreement-schema/v1/data-agreement-schema-context.jsonld b/interface-specs/data-agreement-schema/v1/data-agreement-schema-context.jsonld index f4e5bd6..a1ca0be 100644 --- a/interface-specs/data-agreement-schema/v1/data-agreement-schema-context.jsonld +++ b/interface-specs/data-agreement-schema/v1/data-agreement-schema-context.jsonld @@ -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" @@ -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" } } } \ No newline at end of file