Files: e6d7e7b6218ba87d13162d71f2db58b348908071 / tests / did-example-bar.json
911 bytesRaw
1 | { |
2 | "@context": [ |
3 | "https://www.w3.org/ns/did/v1", |
4 | { |
5 | "Ed25519VerificationKey2018": "https://w3id.org/security#Ed25519VerificationKey2018", |
6 | "publicKeyBase58": "https://w3id.org/security#publicKeyBase58", |
7 | "publicKeyJwk": { |
8 | "@id": "https://w3id.org/security#publicKeyJwk", |
9 | "@type": "@json" |
10 | } |
11 | } |
12 | ], |
13 | "id": "did:example:bar", |
14 | "verificationMethod": [ |
15 | { |
16 | "id": "did:example:bar#key1", |
17 | "type": "Ed25519VerificationKey2018", |
18 | "controller": "did:example:bar", |
19 | "publicKeyJwk": { |
20 | "kty": "OKP", |
21 | "crv": "Ed25519", |
22 | "x": "jRSNg5xqr8WZ-kdPZFBebEHYHMHK38NI0lnbC9Tmc0Y" |
23 | } |
24 | } |
25 | ], |
26 | "assertionMethod": [ |
27 | "did:example:bar#key1" |
28 | ], |
29 | "authentication": [ |
30 | "did:example:bar#key1" |
31 | ], |
32 | "capabilityDelegation": [ |
33 | "did:example:bar#key1" |
34 | ], |
35 | "capabilityInvocation": [ |
36 | "did:example:bar#key1" |
37 | ] |
38 | } |
39 |
Built with git-ssb-web