-
Notifications
You must be signed in to change notification settings - Fork 96
/
manifest-minimal.json
94 lines (94 loc) · 2.15 KB
/
manifest-minimal.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
{
"election_scope_id": "franklin-minimal-referendum-manifest",
"spec_version": "1.0",
"type": "general",
"start_date": "2020-03-01T08:00:00-05:00",
"end_date": "2020-03-03T19:00:00-05:00",
"geopolitical_units": [
{
"object_id": "franklin-county",
"name": "Franklin County",
"type": "municipality",
"contact_information": null
}
],
"parties": [
{
"object_id": "N/A",
"name": {
"text": []
},
"abbreviation": null,
"color": null,
"logo_uri": null
}
],
"candidates": [
{
"object_id": "referendum-pineapple-affirmative",
"name": {
"text": []
},
"party_id": null,
"image_uri": null,
"is_write_in": null
},
{
"object_id": "referendum-pineapple-negative",
"name": {
"text": []
},
"party_id": null,
"image_uri": null,
"is_write_in": null
}
],
"contests": [
{
"object_id": "referendum-pineapple",
"sequence_order": 0,
"electoral_district_id": "franklin-county",
"vote_variation": "one_of_m",
"number_elected": 1,
"votes_allowed": 1,
"name": "Referendum for Banning Pineapple on Pizza",
"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_title": null,
"ballot_subtitle": null
}
],
"ballot_styles": [
{
"object_id": "ballot-style-01",
"geopolitical_unit_ids": [
"franklin-county"
],
"party_ids": null,
"image_uri": null
}
],
"name": {
"text": [
{
"value": "Franklin County Minimal General Election March 2020",
"language": "en"
},
{
"value": "Elecciones generales m\u00ednimas del condado de Franklin marzo de 2020",
"language": "es"
}
]
},
"contact_information": null
}