-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtrustlist-extension_v2.json
More file actions
53 lines (53 loc) · 1.43 KB
/
trustlist-extension_v2.json
File metadata and controls
53 lines (53 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"@context": {
"@protected": true,
"id": "@id",
"type": "@type",
"participant": {
"@id": "http://smart.who.int/trust/vocab#participant-dev",
"@type": "@vocab"
},
"keyusage": {
"@id": "http://smart.who.int/trust/vocab#keyusage-dev",
"@type": "@vocab"
},
"domain": {
"@id": "http://smart.who.int/trust/vocab#domain-dev",
"@type": "@vocab"
},
"kid": {
"@id": "https://tools.ietf.org/rfc/rfc7517#section-4.5",
"@type": "https://www.w3.org/2001/XMLSchema#string"
},
"JsonWebKey2020": {
"@id": "https://w3id.org/security#JsonWebKey2020",
"@context": {
"@protected": true,
"id": "@id",
"type": "@type",
"publicKeyJwk": {
"@id": "https://w3id.org/security#publicKeyJwk",
"@type": "@json",
"@context": {
"kid": {
"@id": "https://tools.ietf.org/rfc/rfc7517#section-4.5",
"@type": "https://www.w3.org/2001/XMLSchema#string"
}
}
},
"participant": {
"@id": "http://smart.who.int/trust/vocab#participant-dev",
"@type": "@vocab"
},
"keyusage": {
"@id": "http://smart.who.int/trust/vocab#keyusage-dev",
"@type": "@vocab"
},
"domain": {
"@id": "http://smart.who.int/trust/vocab#domain-dev",
"@type": "@vocab"
}
}
}
}
}