-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_outputs.json
125 lines (124 loc) · 3.38 KB
/
example_outputs.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# Use lists
{
"enwiki": [
{
"type": "diff", "id": 1,
"judgements": {
"damaging": [
{
"id": 1234563,
"data": true, "preference": true,
"endorsements": [
{"gu_id": 234567, "comment": "Repeated characters", "touched": "2017-11-29T23:23:23"}
]
},
{
"id": 1234564,
"data": false, "preference": false,
"endorsements": [
{"gu_id": 234567,"comment": "LOL it's fine", "touched": "2017-11-29T23:23:43"}
]
}
],
"goodfaith": [
{
"id": 1234565,
"data": false, "preference": true,
"endorsements": [
{"gu_id": 234567, "comment": "Repeated characters", "touched": "2017-11-29T23:23:23"}
]
},
{
"id": 1234566,
"data": true, "preference": false,
"endorsements": [
{"gu_id": 234567, "comment": "LOL it's fine", "touched": "2017-11-29T23:23:43"}
]
}
]
}
}
{
"type": "revision", "id": 1,
"judgements": {
"wp10": [
{
"id": 1234567,
"data": "Stub", "preference": true,
"endorsements": [
{"gu_id": 234567, "comment": "Lacks references and needs wikification", "touched": "2017-11-29T21:10:01"}
]
},
{
"id": 1234568,
"data": "FA", "preference": false,
"endorsements": [
{"gu_id": 234567,"comment": "It's literally the best thing ever", "touched": "2017-11-29T23:23:43"}
]
}
]
}
}
]
}
# Directory structure
{
"enwiki": {
"diff": {
"1": {
"damaging": [
{
"id": 1234563,
"data": true, "preference": true,
"endorsements": [
{"gu_id": 234567, "comment": "Repeated characters", "touched": "2017-11-29T23:23:23"}
]
},
{
"id": 1234564,
"data": false, "preference": false,
"endorsements": [
{"gu_id": 234569,"comment": "LOL it's fine", "touched": "2017-11-29T23:23:43"}
]
}
],
"goodfaith": [
{
"id": 1234565,
"data": false, "preference": true,
"endorsements": [
{"gu_id": 234567, "comment": "Repeated characters", "touched": "2017-11-29T23:23:23"}
]
},
{
"id": 1234566,
"data": true, "preference": false,
"endorsements": [
{"gu_id": 234569, "comment": "LOL it's fine", "touched": "2017-11-29T23:23:43"}
]
}
]
}
},
"revision": {
"1": {
"wp10": [
{
"id": 1234567,
"data": "Stub", "preference": true,
"endorsements": [
{"gu_id": 234567, "comment": "Lacks references and needs wikification", "touched": "2017-11-29T21:10:01"}
]
},
{
"id": 1234568,
"data": "FA", "preference": false,
"endorsements": [
{"gu_id": 234569,"comment": "It's literally the best thing ever", "touched": "2017-11-29T23:23:43"}
]
}
]
}
}
]
}