Files: 59cd5210437ca134f6d0863cc9ba87847790c76f / did-pkh / tests / vc-tz1-jcs.jsonld
2560 bytesRaw
1 | { |
2 | "@context": [ |
3 | "https://www.w3.org/2018/credentials/v1" |
4 | ], |
5 | "type": [ |
6 | "VerifiableCredential" |
7 | ], |
8 | "credentialSubject": { |
9 | "id": "did:pkh:tz:tz1TwZZZSShtM73oEr74aDtDcns3UmFqaca6" |
10 | }, |
11 | "issuer": "did:pkh:tz:tz1TwZZZSShtM73oEr74aDtDcns3UmFqaca6", |
12 | "issuanceDate": "2021-07-27T19:37:15.715Z", |
13 | "proof": { |
14 | "@context": { |
15 | "TezosJcsSignature2021": { |
16 | "@context": { |
17 | "@protected": true, |
18 | "@version": 1.1, |
19 | "challenge": "https://w3id.org/security#challenge", |
20 | "created": { |
21 | "@id": "http://purl.org/dc/terms/created", |
22 | "@type": "http://www.w3.org/2001/XMLSchema#dateTime" |
23 | }, |
24 | "domain": "https://w3id.org/security#domain", |
25 | "expires": { |
26 | "@id": "https://w3id.org/security#expiration", |
27 | "@type": "http://www.w3.org/2001/XMLSchema#dateTime" |
28 | }, |
29 | "id": "@id", |
30 | "nonce": "https://w3id.org/security#nonce", |
31 | "proofPurpose": { |
32 | "@context": { |
33 | "@protected": true, |
34 | "@version": 1.1, |
35 | "assertionMethod": { |
36 | "@container": "@set", |
37 | "@id": "https://w3id.org/security#assertionMethod", |
38 | "@type": "@id" |
39 | }, |
40 | "authentication": { |
41 | "@container": "@set", |
42 | "@id": "https://w3id.org/security#authenticationMethod", |
43 | "@type": "@id" |
44 | }, |
45 | "id": "@id", |
46 | "type": "@type" |
47 | }, |
48 | "@id": "https://w3id.org/security#proofPurpose", |
49 | "@type": "@vocab" |
50 | }, |
51 | "proofValue": "https://w3id.org/security#proofValue", |
52 | "publicKeyMultibase": { |
53 | "@id": "https://w3id.org/security#publicKeyMultibase", |
54 | "@type": "https://w3id.org/security#multibase" |
55 | }, |
56 | "type": "@type", |
57 | "verificationMethod": { |
58 | "@id": "https://w3id.org/security#verificationMethod", |
59 | "@type": "@id" |
60 | } |
61 | }, |
62 | "@id": "https://w3id.org/security#TezosJcsSignature2021" |
63 | } |
64 | }, |
65 | "type": "TezosJcsSignature2021", |
66 | "proofPurpose": "assertionMethod", |
67 | "proofValue": "edsigtkX1dEozAQyRrD3VKEzRD6GVGRdujW2iA8CAwhfLb2ByEkcbyqMz48N1i5pzdtx3cQRwJHWb35DnzFN37V8DZKnMbbQPPX", |
68 | "verificationMethod": "did:pkh:tz:tz1TwZZZSShtM73oEr74aDtDcns3UmFqaca6#TezosMethod2021", |
69 | "created": "2021-07-27T19:37:15.716Z", |
70 | "publicKeyMultibase": "zedpkuxZ5AQVCeEJ9inUG3w6VFhio5KBwC22ekPLBzcvub3QY2DvJ7n" |
71 | } |
72 | } |
73 |
Built with git-ssb-web