-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestSpec.json
More file actions
29 lines (29 loc) · 843 Bytes
/
testSpec.json
File metadata and controls
29 lines (29 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"@context": [
"https://www.w3.org/ns/did/v1",
"https://w3id.org/security/suites/secp256k1-2019/v1",
"https://w3id.org/security/suites/jws-2020/v1",
"something/goes/here"
],
"id": "did:key:HISPSA",
"name": "HISPSA",
"permissionedGroups": [ "controller", "operator" ],
"controller": [
{
"id": "did:key:HISPSA#key-0",
"signature": "0x82fbf25df22e749fb1c64603d8f3ea906ae90af3f58c96eb083e51bd18c128223332bef58387dcef4bff378e9a0fb40b33738fca45ecf16524874cc260fbf0a21b",
"hash": "0xc0c62e7a0984ecfefdeec34245e91f742a0c5c1adf9177f6cb5467a2d55719d3"
}
],
"operator": [
{
"cid": "HISPSA:employeeID:GR129"
},
{
"cid": "HISPSA:employeeID:GK477"
},
{
"cid": "HISPSA:employeeID:MM173"
}
]
}