forked from Election-Tech-Initiative/electionguard-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest-min.json
More file actions
executable file
·68 lines (68 loc) · 1.68 KB
/
Copy pathmanifest-min.json
File metadata and controls
executable file
·68 lines (68 loc) · 1.68 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"spec_version": "v0.95",
"election_scope_id": "franklin-minimal-referendum-manifest",
"type": "general",
"geopolitical_units": [
{
"object_id": "franklin-county",
"name": "Franklin County",
"type": "municipality"
}
],
"parties": [
{
"object_id": "N/A"
}
],
"candidates": [
{
"object_id": "referendum-pineapple-affirmative"
},
{
"object_id": "referendum-pineapple-negative"
}
],
"contests": [
{
"object_id": "referendum-pineapple",
"name": "Referendum for Banning Pineapple on Pizza",
"sequence_order": 0,
"vote_variation": "one_of_m",
"electoral_district_id": "franklin-county",
"number_elected": 1,
"votes_allowed": 1,
"ballot_selections": [
{
"object_id": "referendum-pineapple-affirmative-selection",
"sequence_order": 0,
"candidate_id": "referendum-pineapple-affirmative"
},
{
"object_id": "referendum-pineapple-negative-selection",
"sequence_order": 1,
"candidate_id": "referendum-pineapple-negative"
}
]
}
],
"ballot_styles": [
{
"object_id": "ballot-style-01",
"geopolitical_unit_ids": ["franklin-county"]
}
],
"name": {
"text": [
{
"language": "en",
"value": "Franklin County Minimal General Election March 2020"
},
{
"language": "es",
"value": "Elecciones generales mínimas del condado de Franklin marzo de 2020"
}
]
},
"start_date": "2020-03-01T08:00:00-05:00",
"end_date": "2020-03-03T19:00:00-05:00"
}