-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathv1.jsonld
More file actions
21 lines (21 loc) · 828 Bytes
/
Copy pathv1.jsonld
File metadata and controls
21 lines (21 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"@context": {
"@version": 1.1,
"proof": "https://w3id.org/security#proof",
"domain": {
"@id": "https://worldhealthorganization.github.io/smart-trust/ValueSet-Domains-DEV.jsonld",
"@type": "@id"
},
"participant": {
"@id": "https://worldhealthorganization.github.io/smart-trust/ValueSet-Participants-DEV.jsonld",
"@type": "@id"
},
"keyusage": {
"@id": "https://worldhealthorganization.github.io/smart-trust/ValueSet-KeyUsage-DEV.jsonld",
"@type": "@id"
},
"dom": "https://worldhealthorganization.github.io/smart-trust/ValueSet-Domains-DEV.jsonld#",
"part": "https://worldhealthorganization.github.io/smart-trust/ValueSet-Participants-DEV.jsonld#",
"ku": "https://worldhealthorganization.github.io/smart-trust/ValueSet-KeyUsage-DEV.jsonld#"
}
}