add context to json for only chassis
This commit is contained in:
parent
2f250402e3
commit
274c99db43
|
@ -200,7 +200,10 @@ class DidView(View):
|
|||
'algorithm': "sha3_256",
|
||||
}
|
||||
dpps.append(rr)
|
||||
return {'data': dpps}
|
||||
return {
|
||||
'@context': ['https://ereuse.org/dpp0.json'],
|
||||
'data': dpps,
|
||||
}
|
||||
|
||||
def get_manuals(self):
|
||||
manuals = {
|
||||
|
|
Reference in New Issue