Files: 693afbbe44a945f51e2a6e72295eca23584fe974 / did-pkh / tests / vc-poly-epsig.jsonld
2349 bytesRaw
1 | { |
2 | "@context": [ |
3 | "https://www.w3.org/2018/credentials/v1" |
4 | ], |
5 | "credentialSubject": { |
6 | "id": "_:1" |
7 | }, |
8 | "issuanceDate": "2021-06-15T19:10:36.479Z", |
9 | "issuer": "did:pkh:poly:0x4e90e8a8191c1c23a24a598c3ab4fb47ce926ff5", |
10 | "proof": { |
11 | "@context": [ |
12 | { |
13 | "EthereumPersonalSignature2021": { |
14 | "@context": { |
15 | "@protected": true, |
16 | "@version": 1.1, |
17 | "challenge": "https://w3id.org/security#challenge", |
18 | "created": { |
19 | "@id": "http://purl.org/dc/terms/created", |
20 | "@type": "http://www.w3.org/2001/XMLSchema#dateTime" |
21 | }, |
22 | "domain": "https://w3id.org/security#domain", |
23 | "expires": { |
24 | "@id": "https://w3id.org/security#expiration", |
25 | "@type": "http://www.w3.org/2001/XMLSchema#dateTime" |
26 | }, |
27 | "id": "@id", |
28 | "nonce": "https://w3id.org/security#nonce", |
29 | "proofPurpose": { |
30 | "@context": { |
31 | "@protected": true, |
32 | "@version": 1.1, |
33 | "assertionMethod": { |
34 | "@container": "@set", |
35 | "@id": "https://w3id.org/security#assertionMethod", |
36 | "@type": "@id" |
37 | }, |
38 | "authentication": { |
39 | "@container": "@set", |
40 | "@id": "https://w3id.org/security#authenticationMethod", |
41 | "@type": "@id" |
42 | }, |
43 | "id": "@id", |
44 | "type": "@type" |
45 | }, |
46 | "@id": "https://w3id.org/security#proofPurpose", |
47 | "@type": "@vocab" |
48 | }, |
49 | "proofValue": "https://w3id.org/security#proofValue", |
50 | "type": "@type", |
51 | "verificationMethod": { |
52 | "@id": "https://w3id.org/security#verificationMethod", |
53 | "@type": "@id" |
54 | } |
55 | }, |
56 | "@id": "https://demo.spruceid.com/ld/epsig/EthereumPersonalSignature2021" |
57 | } |
58 | } |
59 | ], |
60 | "created": "2021-08-11T18:40:50.513Z", |
61 | "proofPurpose": "assertionMethod", |
62 | "proofValue": "0xc5d720adbfd2ab328d4b024cb922e87cabc8f4b89baa2bde3d0e8112ef1e5f721fb52145f5fbfb038bbd4012c5abf05f6ed105ae56ec4b472232121311546fa91c", |
63 | "type": "EthereumPersonalSignature2021", |
64 | "verificationMethod": "did:pkh:poly:0x4e90e8a8191c1c23a24a598c3ab4fb47ce926ff5#Recovery2020" |
65 | }, |
66 | "type": [ |
67 | "VerifiableCredential" |
68 | ] |
69 | } |
70 |
Built with git-ssb-web