Files: 59cd5210437ca134f6d0863cc9ba87847790c76f / contexts / tzvm-2021-v1.jsonld
1614 bytesRaw
1 | { |
2 | "TezosMethod2021": "https://w3id.org/security#TezosMethod2021", |
3 | "TezosSignature2021": { |
4 | "@id": "https://w3id.org/security#TezosSignature2021", |
5 | "@context": { |
6 | "@version": 1.1, |
7 | "@protected": true, |
8 | "id": "@id", |
9 | "type": "@type", |
10 | "challenge": "https://w3id.org/security#challenge", |
11 | "created": { |
12 | "@id": "http://purl.org/dc/terms/created", |
13 | "@type": "http://www.w3.org/2001/XMLSchema#dateTime" |
14 | }, |
15 | "domain": "https://w3id.org/security#domain", |
16 | "expires": { |
17 | "@id": "https://w3id.org/security#expiration", |
18 | "@type": "http://www.w3.org/2001/XMLSchema#dateTime" |
19 | }, |
20 | "nonce": "https://w3id.org/security#nonce", |
21 | "proofPurpose": { |
22 | "@id": "https://w3id.org/security#proofPurpose", |
23 | "@type": "@vocab", |
24 | "@context": { |
25 | "@version": 1.1, |
26 | "@protected": true, |
27 | "id": "@id", |
28 | "type": "@type", |
29 | "assertionMethod": { |
30 | "@id": "https://w3id.org/security#assertionMethod", |
31 | "@type": "@id", |
32 | "@container": "@set" |
33 | }, |
34 | "authentication": { |
35 | "@id": "https://w3id.org/security#authenticationMethod", |
36 | "@type": "@id", |
37 | "@container": "@set" |
38 | } |
39 | } |
40 | }, |
41 | "proofValue": "https://w3id.org/security#proofValue", |
42 | "verificationMethod": { |
43 | "@id": "https://w3id.org/security#verificationMethod", |
44 | "@type": "@id" |
45 | }, |
46 | "publicKeyJwk": { |
47 | "@id": "https://w3id.org/security#publicKeyJwk", |
48 | "@type": "@json" |
49 | } |
50 | } |
51 | } |
52 | } |
53 |
Built with git-ssb-web