-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathv2.jsonld
More file actions
41 lines (41 loc) · 1.17 KB
/
Copy pathv2.jsonld
File metadata and controls
41 lines (41 loc) · 1.17 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
{
"@context": {
"@version": 1.1,
"id": "@id",
"type": "@type",
"proof": "https://w3id.org/security#proof",
"participant": {
"@id": "https://worldhealthorganization.github.io/smart-trust/ValueSet-Participants-DEV.jsonld",
"@type": "@id",
"@context": {
"@base": "https://worldhealthorganization.github.io/smart-trust/ValueSet-Participants-DEV.jsonld#",
"code": {
"@id": "@id",
"@type": "@id"
}
}
},
"keyusage": {
"@id": "https://worldhealthorganization.github.io/smart-trust/ValueSet-KeyUsage-DEV.jsonld",
"@type": "@id",
"@context": {
"@base": "https://worldhealthorganization.github.io/smart-trust/ValueSet-KeyUsage-DEV.jsonld#",
"code": {
"@id": "@id",
"@type": "@id"
}
}
},
"domain": {
"@id": "https://worldhealthorganization.github.io/smart-trust/ValueSet-Domains-DEV.jsonld",
"@type": "@id",
"@context": {
"@base": "https://worldhealthorganization.github.io/smart-trust/ValueSet-Domains-DEV.jsonld#",
"code": {
"@id": "@id",
"@type": "@id"
}
}
}
}
}