Skip to content

Commit a3537e1

Browse files
committed
Add entire context as static file
1 parent fb887b4 commit a3537e1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

packages/did/src/DidDocumentExporter/DidContexts.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,22 @@ export const DID_CONTEXTS = {
4848
},
4949
],
5050
},
51+
[ASSET_DID_CONTEXT_URL]: {
52+
'@context': {
53+
'@protected': true,
54+
id: '@id',
55+
chain:
56+
'https://github.com/KILTprotocol/spec-asset-did/blob/43457f9d1119bff1c3152e368ddd4e3bdb9558cb/README.md',
57+
namespace:
58+
'https://github.com/KILTprotocol/spec-asset-did/blob/43457f9d1119bff1c3152e368ddd4e3bdb9558cb/README.md',
59+
reference:
60+
'https://github.com/KILTprotocol/spec-asset-did/blob/43457f9d1119bff1c3152e368ddd4e3bdb9558cb/README.md',
61+
asset:
62+
'https://github.com/KILTprotocol/spec-asset-did/blob/43457f9d1119bff1c3152e368ddd4e3bdb9558cb/README.md',
63+
identifier:
64+
'https://github.com/KILTprotocol/spec-asset-did/blob/43457f9d1119bff1c3152e368ddd4e3bdb9558cb/README.md',
65+
},
66+
},
5167
[W3C_DID_CONTEXT_URL]: {
5268
'@context': {
5369
'@protected': true,

0 commit comments

Comments
 (0)