-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathschemadp-example.json
More file actions
54 lines (52 loc) · 1.21 KB
/
schemadp-example.json
File metadata and controls
54 lines (52 loc) · 1.21 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
54
{"self": {
"schema_version": "https://raw.githubusercontent.com/privacytoolsproject/PSI-Library/develop/v-1-1/dp-schema.json",
"created": "2020-02-10T17:26:39",
"description": "Created by service/pypi package, etc"
},
"dataset": {
"description": "",
"unitOfAnalysis": "",
"structure": "long",
"rowCount":"private",
"variableCount": 38,
"dataSource": {
"name": "4104_DataTable_1_4104.tab",
"type": "File",
"format": "text/tab-separated-values",
"filesize": 6027064
}},
"dp-releases": [
{
"statistic": "mean",
"variables": [
"A"
],
"releaseInfo": {
"mechanism": "Laplace",
"releaseValue": 1
},
"privacyLoss": {
"name":"concentrated dp",
"rho":01
},
"accuracy": {
"alpha": 0.5,
"accuracyValue": 1
},
"batch":1,
"nodeID":3,
"postprocess": true,
"algorithmInfo": {
"name": "hash",
"cite":"gshjg",
"argument":{
"n": 10,
"constraint": {
"lowerbound": 1,
"upperbound": 10
}
}
}
}
]
}