From ec9e6fc2ad49e48cb89be9b859f01e5d478f1c8b Mon Sep 17 00:00:00 2001 From: Sim Boon Long Date: Mon, 17 Jul 2023 14:38:49 +0800 Subject: [PATCH] fix: cover letter storage (#77) --- .../cover-letter/1.0/cover-letter-context.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/io/tradetrust/cover-letter/1.0/cover-letter-context.json b/src/io/tradetrust/cover-letter/1.0/cover-letter-context.json index 01650ee..4910a58 100644 --- a/src/io/tradetrust/cover-letter/1.0/cover-letter-context.json +++ b/src/io/tradetrust/cover-letter/1.0/cover-letter-context.json @@ -11,7 +11,18 @@ "remarks": "xsd:string", "backgroundColor": "xsd:string", "titleColor": "xsd:string", - "remarksColor": "xsd:string" + "remarksColor": "xsd:string", + "links": { + "@id": "https://schemata.openattestation.com/vocab/#links", + "@context": { + "self": { + "@id": "https://schemata.openattestation.com/vocab/#self", + "@context": { + "href": "xsd:string" + } + } + } + } } ] }