Simplified admin frontend for features
[friendica.git/.git] / static / did-v1.jsonld
1 {
2   "@context": {
3     "alsoKnownAs": {
4       "@id": "https://www.w3.org/ns/activitystreams#alsoKnownAs",
5       "@type": "@id"
6     },
7     "assertionMethod": {
8       "@id": "https://w3id.org/security#assertionMethod",
9       "@type": "@id",
10       "@container": "@set"
11     },
12     "authentication": {
13       "@id": "https://w3id.org/security#authenticationMethod",
14       "@type": "@id",
15       "@container": "@set"
16     },
17     "capabilityDelegation": {
18       "@id": "https://w3id.org/security#capabilityDelegationMethod",
19       "@type": "@id",
20       "@container": "@set"
21     },
22     "capabilityInvocation": {
23       "@id": "https://w3id.org/security#capabilityInvocationMethod",
24       "@type": "@id",
25       "@container": "@set"
26     },
27     "controller": {
28       "@id": "https://w3id.org/security#controller",
29       "@type": "@id"
30     },
31     "keyAgreement": {
32       "@id": "https://w3id.org/security#keyAgreementMethod",
33       "@type": "@id",
34       "@container": "@set"
35     },
36     "service": {
37       "@id": "https://www.w3.org/ns/did#service",
38       "@type": "@id",
39       "@context": {
40         "@protected": true,
41         "id": "@id",
42         "type": "@type",
43         "serviceEndpoint": {
44           "@id": "https://www.w3.org/ns/did#serviceEndpoint",
45           "@type": "@id"
46         }
47       }
48     },
49     "verificationMethod": {
50       "@id": "https://w3id.org/security#verificationMethod",
51       "@type": "@id"
52     }
53   }
54 }