-
Notifications
You must be signed in to change notification settings - Fork 14
/
contract.json
93 lines (93 loc) · 2.33 KB
/
contract.json
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"id": "f4f72a88-bab1-11ed-afa1-0242ac120002",
"schemaVersion": "0.1",
"startTime": "2023-03-14T00:00:00.000Z",
"expiryTime": "2024-03-14T00:00:00.000Z",
"tdc" : "",
"tdps" : [],
"ccrp": "did:web:ccrprovider.github.io",
"datasets": [
{
"id" : "19517ba8-bab8-11ed-afa1-0242ac120002",
"name": "icmr",
"url" : "https://ccrcontainer.blob.core.windows.net/icmr/data.img",
"provider": "",
"key" : {
"type": "azure",
"properties": {
"kid": "ICMRFilesystemEncryptionKey",
"authority": {
"endpoint": "sharedneu.neu.attest.azure.net"
},
"endpoint": ""
}
}
},
{
"id" : "216d5cc6-bab8-11ed-afa1-0242ac120002",
"name": "cowin",
"url" : "https://ccrcontainer.blob.core.windows.net/cowin/data.img",
"provider": "",
"key" : {
"type": "azure",
"properties": {
"kid": "COWINFilesystemEncryptionKey",
"authority": {
"endpoint": "sharedneu.neu.attest.azure.net"
},
"endpoint": ""
}
}
},
{
"id" : "2830a144-bab8-11ed-afa1-0242ac120002",
"name": "index",
"url" : "https://ccrcontainer.blob.core.windows.net/swr/data.img",
"provider": "",
"key" : {
"type": "azure",
"properties": {
"kid": "IndexFilesystemEncryptionKey",
"authority": {
"endpoint": "sharedneu.neu.attest.azure.net"
},
"endpoint": ""
}
}
}
],
"purpose": "TRAINING",
"constraints": [
{
"privacy": [
{
"dataset": "19517ba8-bab8-11ed-afa1-0242ac120002",
"epsilon_threshold": "1.5",
"noise_multiplier": "2.0",
"delta": "0.01",
"epochs_per_report": "2"
},
{
"dataset": "216d5cc6-bab8-11ed-afa1-0242ac120002",
"epsilon_threshold": "1.5",
"noise_multiplier": "2.0",
"delta": "0.01",
"epochs_per_report": "2"
},
{
"dataset": "2830a144-bab8-11ed-afa1-0242ac120002",
"epsilon_threshold": "1.5",
"noise_multiplier": "2.0",
"delta": "0.01",
"epochs_per_report": "2"
}
]
}
],
"terms": {
"payment" : {
},
"revocation": {
}
}
}