-
Notifications
You must be signed in to change notification settings - Fork 96
/
plaintext_ballots_simple.json
146 lines (146 loc) · 3.31 KB
/
plaintext_ballots_simple.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
[
{
"object_id": "1048ce32-f1b1-4b05-b7fb-8c615ac842ee",
"style_id": "jefferson-county-ballot-style",
"contests": [
{
"object_id": "justice-supreme-court",
"ballot_selections": [
{
"object_id": "john-adams-selection",
"vote": 1
},
{
"object_id": "write-in-selection",
"vote": 1,
"extended_data": {
"value": "Susan B. Anthony",
"length": 16
}
}
]
}
]
},
{
"object_id": "03a29d15-667c-4ac8-afd7-549f19b8e4eb",
"style_id": "jefferson-county-ballot-style",
"contests": [
{
"object_id": "justice-supreme-court",
"ballot_selections": [
{
"object_id": "john-adams-selection",
"vote": 1
},
{
"object_id": "write-in-selection",
"vote": 1,
"extended_data": {
"value": "Susan B. Anthony",
"length": 16
}
}
]
}
]
},
{
"object_id": "25a7111b-4334-425a-87c1-f7a49f42b3a2",
"style_id": "jefferson-county-ballot-style",
"contests": [
{
"object_id": "justice-supreme-court",
"ballot_selections": [
{
"object_id": "john-adams-selection",
"vote": 1
},
{
"object_id": "benjamin-franklin-selection",
"vote": 1
}
]
}
]
},
{
"object_id": "69aeacb4-64c6-4205-9bb2-5fb6b3b3ea58",
"style_id": "harrison-township-ballot-style",
"contests": [
{
"object_id": "justice-supreme-court",
"ballot_selections": [
{
"object_id": "john-adams-selection",
"vote": 1
},
{
"object_id": "john-hancock-selection",
"vote": 1
}
]
}
]
},
{
"object_id": "5a150c74-a2cb-47f6-b575-165ba8a4ce53",
"style_id": "harrison-township-ballot-style",
"contests": [
{
"object_id": "justice-supreme-court",
"ballot_selections": [
{
"object_id": "john-adams-selection",
"vote": 1
},
{
"object_id": "john-hancock-selection",
"vote": 1
}
]
},
{
"object_id": "referendum-pineapple",
"ballot_selections": [
{
"object_id": "referendum-pineapple-affirmative-selection",
"vote": 1
}
]
}
]
},
{
"object_id": "9fee0e77-cfd2-401a-a210-93bbc4dd30ef",
"style_id": "harrison-township-ballot-style",
"contests": [
{
"object_id": "justice-supreme-court",
"ballot_selections": [
{
"object_id": "john-adams-selection",
"vote": 1
},
{
"object_id": "write-in-selection",
"vote": 1,
"extended_data": {
"value": "Susan B. Anthony",
"length": 16
}
}
]
},
{
"object_id": "referendum-pineapple",
"ballot_selections": [
{
"object_id": "referendum-pineapple-negative-selection",
"vote": 1
}
]
}
]
}
]