Skip to content

Commit

Permalink
fix: cover letter storage (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
simboonlong authored Jul 17, 2023
1 parent 0510b66 commit ec9e6fc
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/io/tradetrust/cover-letter/1.0/cover-letter-context.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
}
}
]
}

0 comments on commit ec9e6fc

Please sign in to comment.